TransferErc20ProcedureArgs

Arguments for the TransferErc20 Procedure

Hierarchy

  • TransferErc20ProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:303

amount of tokens to be transferred

receiver

receiver: string

Defined in src/types/index.ts:307

the receiver of tokens being transferred

Optional tokenAddress

tokenAddress? : undefined | string

Defined in src/types/index.ts:311

address of the ERC20 token (defaults to POLY)

Last updated