Versions in this module Expand all Collapse all v1 v1.0.47 Jan 10, 2023 Changes in this version + func ConstructErc20DepositData(destRecipient []byte, amount *big.Int) []byte + func ConstructErc20DepositDataWithPriority(destRecipient []byte, amount *big.Int, priority uint8) []byte + func ConstructErc721DepositData(destRecipient []byte, tokenId *big.Int, metadata []byte) []byte + func ConstructErc721DepositDataWithPriority(destRecipient []byte, tokenId *big.Int, metadata []byte, priority uint8) []byte + func ConstructGenericDepositData(metadata []byte) []byte