View Source Ethers.Contracts.ERC20.Errors.ERC20InsufficientAllowance (Ethers v0.5.0)

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()
}