Type alias ERC20IncreaseAllowanceArgs

ERC20IncreaseAllowanceArgs: {
    addedValue: bigint;
    spender: `0x${string}`;
}

Type declaration

  • addedValue: bigint
  • spender: `0x${string}`

Generated using TypeDoc