Gasless Flow
Transfer tokens from EOA to any receiver wallet address without gas fees.
The executeMigrationGasless
method in our SDK allows users to send tokens from an Externally Owned Account (EOA) to any designated receiver's wallet address without incurring gas fees.
Expected parameters
executeMigrationGasless
accepts the following parameters:
senderSigner
ethers.Signer
Signer object obtained from ethers
chainId
number
The chain id of the current network.
receiverAddress
string
The address of the recipient.
transferTokenDetails
[OPTIONAL]
TransferTokenDetails[]
The object specifies tokens with respective amounts to transfer or, in the case of NFTs tokenIds need to be
mentioned
NOTE:
If transferTokenDetails
is not passed, then all the assets will be transferred.
Function Call
Transfer all tokens
Transfer-specific tokens
Response
Support
If you face any trouble, feel free to reach out to our engineers in the Telegram support group.
Last updated