Documentation ¶
Overview ¶
Package types contains the database types for the Executor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBMessage ¶
type DBMessage struct { // ChainID is the chain ID of the chain that the message is for. ChainID *uint32 // Destination is the destination chain id of the message. Destination *uint32 // Nonce is the nonce of the message. Nonce *uint32 // Root is the root of the message. Root *common.Hash // Message is the message. Message *[]byte // BlockNumber is the block number of the message. BlockNumber *uint64 }
DBMessage is the executor type for interacting with the database representation of a message.
Click to show internal directories.
Click to hide internal directories.