{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"jetton_masters": [
{
"address": "text",
"admin_address": "text",
"code_hash": "text",
"data_hash": "text",
"jetton_content": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"jetton_wallet_code_hash": "text",
"last_transaction_lt": "0",
"mintable": true,
"total_supply": "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"
}
]
}
}
}