{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": {
"is_indexed": true,
"token_info": [
{
"description": "text",
"extra": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"image": "text",
"name": "text",
"symbol": "text",
"type": "text"
}
]
}
},
"nft_items": [
{
"address": "text",
"code_hash": "text",
"collection": {
"address": "text",
"code_hash": "text",
"collection_content": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_hash": "text",
"last_transaction_lt": "0",
"next_item_index": "text",
"owner_address": "text"
},
"collection_address": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_hash": "text",
"index": "text",
"init": true,
"last_transaction_lt": "0",
"owner_address": "text"
}
]
}