Skip to main content

Variable: SszSignedMessageSchema

const SszSignedMessageSchema: ContainerType<object>;

SSZ schema for a signed message object. Includes auth data in addition to all other message fields.

Type declaration

authData

authData: ByteListType;

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:72