Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type Proposal struct + BridgeAddress common.Address + Data []byte + DepositNonce uint64 + Destination uint8 + HandlerAddress common.Address + Metadata message.Metadata + ResourceId types.ResourceID + Source uint8 + func NewProposal(source, destination uint8, depositNonce uint64, resourceId types.ResourceID, ...) *Proposal + func (p *Proposal) GetDataHash() common.Hash + func (p *Proposal) GetID() common.Hash