transferERC20Token
Transfer Erc20 Token Form Your Address To Another Address
import { type EVMTransferERCTokenPayloadV2 } from "@usemirrorworld/web3.js"const payload: EVMTransferERCTokenPayloadV2 = {  // Token Contract Address  contract: "0x6ee2e9dDa0882f5F32260ed9BD775Ef662c4AF0b",  amount: 1,  gasLimit: 100000,  gasPrice: 1.5,  to: "0x80Cd58A56643c958dFC29b85329f9FEda93Bdb56",  nonce: 696969,}await mirrorworld.Polygon.Wallet.transferERC20Token(payload)
Edit this page on GitHub