Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { DepositId *big.Int Owner common.Address SidechainAddress common.Address Standard uint32 TokenNumber *big.Int }
Message is used as a generic format to communicate between chains
type TransferType ¶
type TransferType string
var FungibleTransfer TransferType = "FungibleTransfer"
var NonFungibleTransfer TransferType = "NonFungibleTransfer"
Click to show internal directories.
Click to hide internal directories.