Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proposal ¶
type Proposal struct { Source uint8 // Source domainID where message was initiated Destination uint8 // Destination chain of message DepositNonce uint64 // Nonce for the deposit ResourceId types.ResourceID Payload []interface{} // data associated with event sequence Data []byte HandlerAddress common.Address BridgeAddress common.Address }
func NewProposal ¶
func (*Proposal) GetDataHash ¶
GetDataHash constructs and returns proposal data hash
Click to show internal directories.
Click to hide internal directories.