Interface: ProtocolReturnedNonFungibleTokenObject
General structure of a Non-Fungible Token object as per official NEP-171 standard (https://github.com/near/NEPs/blob/master/neps/nep-0171.md).
Properties
approved_account_ids
Optional
approved_account_ids: Map
<string
, number
>
Map of account IDs to approval IDs as per official NEP-178 standard (https://github.com/near/NEPs/blob/master/neps/nep-0178.md).
Defined in
metadata
Optional
metadata: ProtocolReturnedNonFungibleTokenMetadata
Metadata for the token
Defined in
owner_id
owner_id: string
Account ID of the owner
Defined in
royalty
Optional
royalty: Map
<string
, number
>
A mapping of NEAR accounts to the amount each should be paid out as per official NEP-199 standard (https://github.com/near/NEPs/blob/master/neps/nep-0199.md).
Defined in
token_id
token_id: string
String ID for the token