Skip to main content

SingleHolder

Implemented by NFTs that have exactly one owner at a time (ERC-721 style). The holder field provides direct access to the current owner.

Schema Definition

interface SingleHolder {
holder: Address!
}

Fields

FieldTypeDescription
holder
Address! non-null interface
The current owner of this NFT.

Implemented By

SingleHolderNFT object