ApproveErc20ProcedureArgs
Last updated
Was this helpful?
Last updated
Was this helpful?
Arguments for the ApproveErc20 Procedure
ApproveErc20ProcedureArgs
• amount: BigNumber
Defined in src/types/index.ts:285
amount of tokens to be approved
• spender: string
Defined in src/types/index.ts:289
the spender of the tokens being approved
Optional
tokenAddress• tokenAddress? : undefined | string
Defined in src/types/index.ts:293
address of the ERC20 token (defaults to POLY)