Get MobileCoin Protocol TXO
Get the MobileCoin transaction TXO
Parameters
Required Param
Purpose
Requirements
txo_id
The id of the TXO.
Must be a valid id for a TXO.
Example
{
"method": "get_mc_protocol_txo",
"params": {
"txo_id": "fff4cae55a74e5ce852b79c31576f4041d510c26e59fec178b3e45705c5b35a7"
},
"jsonrpc": "2.0",
"id": 1
}
{
"method": "get_mc_protocol_txo",
"result": {
"txo": {
"object": "txo",
"txo_id": "fff4cae55a74e5ce852b79c31576f4041d510c26e59fec178b3e45705c5b35a7",
"value_pmob": "2960000000000",
"received_block_index": "8094",
"spent_block_index": "8180",
"is_spent_recovered": false,
"received_account_id": "a4db032dcedc14e39608fe6f26deadf57e306e8c03823b52065724fb4d274c10",
"minted_account_id": null,
"account_status_map": {
"a4db032dcedc14e39608fe6f26deadf57e306e8c03823b52065724fb4d274c10": {
"txo_status": "spent",
"txo_type": "received"
}
},
"target_key": "0a209eefc082a656a34fae5cec81044d1b13bd8963c411afa28aecfce4839fc9f74e",
"public_key": "0a20f03f9684e5420d5410fe732f121626352d45e4e799d725432a0c61fa1343ac51",
"e_fog_hint": "0a544944e7527b7f09322651b7242663edf17478fd1804aeea24838a35ad3c66d5194763642ae1c1e0cd2bbe2571a97a8c0fb49e346d2fd5262113e7333c7f012e61114bd32d335b1a8183be8e1865b0a10199b60100",
"subaddress_index": "0",
"assigned_subaddress": "7BeDc5jpZu72AuNavumc8qo8CRJijtQ7QJXyPo9dpnqULaPhe6GdaDNF7cjxkTrDfTcfMgWVgDzKzbvTTwp32KQ78qpx7bUnPYxAgy92caJ",
"key_image": "0a205445b406012d26baebb51cbcaaaceb0d56387a67353637d07265f4e886f33419",
"confirmation": null
}
},
"error": null,
"jsonrpc": "2.0",
"id": 1
}
Last updated
Was this helpful?