Skip to main content

Interface: IMessage

The interface for the message object. This object is used to represent a message in the client code. It may differ from the actual message object used inside the network.

Extends

Properties

chainId

chainId: number = basicTypes.Uint64;

Inherited from

ValueOf.chainId

Defined in

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


data

data: Uint8Array;

Inherited from

ValueOf.data

Defined in

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


deploy

deploy: boolean = basicTypes.Bool;

Inherited from

ValueOf.deploy

Defined in

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


seqno

seqno: number = basicTypes.Uint64;

Inherited from

ValueOf.seqno

Defined in

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


to

to: Uint8Array = Bytes20;

Inherited from

ValueOf.to

Defined in

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