Arguments for the TransferErc20 Procedure
TransferErc20ProcedureArgs
amount
receiver
tokenAddress
• amount: BigNumber
Defined in src/types/index.ts:303arrow-up-right
amount of tokens to be transferred
• receiver: string
Defined in src/types/index.ts:307arrow-up-right
the receiver of tokens being transferred
Optional
• tokenAddress? : undefined | string
Defined in src/types/index.ts:311arrow-up-right
address of the ERC20 token (defaults to POLY)
Last updated 5 years ago
Was this helpful?