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 domainID where message is to be sent
DepositNonce uint64 // Nonce for the deposit
ResourceId types.ResourceID
Metadata message.Metadata
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.