Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeFungibleBytesFrom ¶ added in v1.4.0
func EncodeFungibleBytesFrom(sourceChainId, targetChainId uint64, txId, asset, receiverEthAddress, amount string) ([]byte, error)
EncodeFungibleBytesFrom returns the array of bytes representing an authorisation ERC-20 Mint signature ready to be signed by EVM Private Key
func EncodeNftBytesFrom ¶ added in v1.4.0
func EncodeNftBytesFrom(sourceChainId, targetChainId uint64, txId, asset string, serialNum int64, metadata, receiverEthAddress string) ([]byte, error)
EncodeNftBytesFrom returns the array of bytes representing an authorisation ERC-721 NFT signature for Mint ready to be signed by EVM Private Key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.