View Source Ethers.Contracts.ERC721.Errors.ERC721IncorrectOwner (Ethers v0.5.5)

Error struct for error ERC721IncorrectOwner

Summary

Types

t()

@type t() :: %Ethers.Contracts.ERC721.Errors.ERC721IncorrectOwner{
  owner: Ethers.Types.t_address(),
  sender: Ethers.Types.t_address(),
  token_id: non_neg_integer()
}