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;