Non-fungible token (NFT) ownership
The NFTTokenOwnership
entity represents a NFT ownership relation between accounts and contract packages, as well as provides the total tokens number.
Properties
The NFTTokenOwnership
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Owner hash represented as a hexadecimal string |
|
| NFT contract package hash represented as a hexadecimal string |
|
| NFT token owner type: |
|
| Number of NFTs owned by the owner account |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the NFTTokenOwnership
entity:
Property | Type | Description |
---|---|---|
| NFT contract package | |
|
| Owner public key if it's an account |
Relations
Entity | Mapping property | Description |
---|---|---|
| NFT token ownership represents NFT contract package token owners | |
| Account can be a token owner |
Endpoints
The NFTTokenOwnership
entity has the following endpoints:
Relation endpoints
None
Last updated