{
"from_state_version": 0,
"count": 0,
"max_ledger_state_version": 0,
"committed_transaction_outcomes": [
{
"state_version": 0,
"proposer_timestamp_ms": 0,
"accumulator_hash": "text",
"user_transaction_identifiers": {
"intent_hash": "text",
"intent_hash_bech32m": "text",
"signed_intent_hash": "text",
"signed_intent_hash_bech32m": "text",
"payload_hash": "text",
"payload_hash_bech32m": "text"
},
"status": "Success",
"fungible_entity_balance_changes": [
{
"entity_address": "text",
"fee_balance_change": {
"resource_address": "text",
"balance_change": "text"
},
"fee_balance_changes": [
{
"type": "FeePayment",
"resource_address": "text",
"balance_change": "text"
}
],
"non_fee_balance_changes": [
{
"resource_address": "text",
"balance_change": "text"
}
]
}
],
"non_fungible_entity_balance_changes": [
{
"entity_address": "text",
"resource_address": "text",
"added": [
"text"
],
"removed": [
"text"
]
}
],
"resultant_account_fungible_balances": [
{
"account_address": "text",
"resultant_balances": [
{
"resource_address": "text",
"resultant_balance": "text"
}
]
}
],
"total_fee": "text"
}
]
}