View Source Ethers.Contracts.ERC20.Errors.ERC20InsufficientBalance (Ethers v0.5.2)

Error struct for error ERC20InsufficientBalance

Summary

Types

@type t() :: %Ethers.Contracts.ERC20.Errors.ERC20InsufficientBalance{
  balance: non_neg_integer(),
  needed: non_neg_integer(),
  sender: Ethers.Types.t_address()
}