Versions in this module Expand all Collapse all v1 v1.0.48 Jan 19, 2023 v1.0.47 Jan 19, 2023 Changes in this version + const ProposalStatusActive + const ProposalStatusCanceled + const ProposalStatusExecuted + const ProposalStatusInactive + const ProposalStatusPassed + var StatusMap = map[uint8]string + type Message struct + DepositNonce uint64 + Destination uint8 + Metadata Metadata + Payload []interface{} + ResourceId types.ResourceID + Source uint8 + Type TransferType + func NewMessage(source uint8, destination uint8, depositNonce uint64, ...) *Message + type Message2 struct + DepositNonce uint64 + DestBridgeAddress common.Address + DestTokenAddress common.Address + Desthandler common.Address + Destination uint8 + ResourceId types.ResourceID + Source uint8 + SourceBrigeAddress common.Address + SourceTokenAddress common.Address + Sourcehandler common.Address + func NewMessage1(source uint8, destination uint8, depositNonce uint64, ...) *Message2 + type MessageProcessor func(message *Message) error + func AdjustDecimalsForERC20AmountMessageProcessor(args ...interface{}) MessageProcessor + type Metadata struct + Blob []byte + Priority uint8 + type ProposalStatus struct + ProposedBlock *big.Int + Status uint8 + YesVotes *big.Int + YesVotesTotal uint8 + type TransferType string + const FungibleTransfer + const GenericTransfer + const NonFungibleTransfer