View Source Ethers.Contracts.ERC20.Errors.ERC20InsufficientAllowance (Ethers v0.5.5)
Error struct for error ERC20InsufficientAllowance
Summary
Types
@type t() :: %Ethers.Contracts.ERC20.Errors.ERC20InsufficientAllowance{ allowance: non_neg_integer(), needed: non_neg_integer(), spender: Ethers.Types.t_address() }