Copy {
"ledger_state": {
"network": "mainnet",
"state_version": 1,
"proposer_round_timestamp": "text",
"epoch": 1,
"round": 1
},
"transaction": {
"state_version": 1,
"epoch": 1,
"round": 1,
"round_timestamp": "text",
"transaction_status": "Unknown",
"payload_hash": "text",
"intent_hash": "text",
"fee_paid": "text",
"affected_global_entities": [
"text"
],
"confirmed_at": "2025-03-13T23:53:38.365Z",
"error_message": "text",
"raw_hex": "text",
"receipt": {
"status": "Unknown",
"fee_summary": {},
"costing_parameters": {},
"fee_destination": {},
"fee_source": {},
"state_updates": {},
"next_epoch": {},
"output": {},
"events": [
{
"name": "text",
"emitter": {},
"data": {
"kind": "Bool",
"type_name": "text",
"field_name": "text"
}
}
],
"error_message": "text"
},
"manifest_instructions": "text",
"manifest_classes": [
"General"
],
"message": {},
"balance_changes": {
"fungible_fee_balance_changes": [
{
"type": "FeePayment",
"entity_address": "text",
"resource_address": "text",
"balance_change": "text"
}
],
"fungible_balance_changes": [
{
"entity_address": "text",
"resource_address": "text",
"balance_change": "text"
}
],
"non_fungible_balance_changes": [
{
"entity_address": "text",
"resource_address": "text",
"added": [
"text"
],
"removed": [
"text"
]
}
]
}
}
}