External Entities
CCTP
DepositRequest
Cross chain deposit requests sent in CCTP that initiate transfer of tokens using CCTP
The fields of cctpdepositRequest are as follows-
nonce-
An unique ID used by CCTP to track token transfers, this is unique for each payload from each chaindestinationDomain-
Destination chain DomainIDmintRecipient-
Destination for the tokens
Message Received
These represent the processing of a payload followed by mintAndWithdraw which mints the tokens to the receiver
The fields of TransferBatch are as follows-
id-
The id is in the format nonce-source_domainamount-
Amount of tokens received by the receiverreceiver-
Receiver of the tokenstoken-
received tokentransactionHash-
it is the transaction hash lol
Last updated