View Source Ethers.Contracts.ERC1155.Errors.ERC1155InsufficientBalance (Ethers v0.5.5)
Error struct for error ERC1155InsufficientBalance
Summary
Types
@type t() :: %Ethers.Contracts.ERC1155.Errors.ERC1155InsufficientBalance{ balance: non_neg_integer(), needed: non_neg_integer(), sender: Ethers.Types.t_address(), token_id: non_neg_integer() }