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() }
Error struct for error ERC20InsufficientAllowance
@type t() :: %Ethers.Contracts.ERC20.Errors.ERC20InsufficientAllowance{ allowance: non_neg_integer(), needed: non_neg_integer(), spender: Ethers.Types.t_address() }