Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChainDomainEthereum = 0 ChainDomainArbitrum = 3 )
Variables ¶
This section is empty.
Functions ¶
func CreateCctpCommand ¶
func ParseMintRecipientFrom20BytesTo32Bytes ¶
CCTP uses 32 bytes addresses, while EVEM uses 20 bytes addresses const mintRecipient = utils.hexlify(utils.zeroPad(recipient, 32)) as Address
Types ¶
type ChainDomain ¶
type ChainDomain uint32
func (ChainDomain) String ¶
func (o ChainDomain) String() string
String returns the string representation of the ChainDomain
Click to show internal directories.
Click to hide internal directories.