Skip to main content

Variable: SszMessageSchema

const SszMessageSchema: ContainerType<object>;

The SSZ schema for a message object.

Type declaration

chainId

chainId: UintNumberType = basicTypes.Uint64;

data

data: ByteListType;

deploy

deploy: BooleanType = basicTypes.Bool;

seqno

seqno: UintNumberType = basicTypes.Uint64;

to

to: ByteVectorType = Bytes20;

Defined in

nil/nil.js/src/encoding/ssz.ts:61