Get MobileCoin Protocol TXO

Get the MobileCoin transaction TXO

Required ParamPurposeRequirements

txo_id

The id of the TXO.

Must be a valid id for a TXO.

Example

{
  "method": "get_mc_protocol_txo",
  "params": {
    "txo_id": "85b708102903c1169a61ddf665d62cbd0a920a0f7dd760b9083cb567769be1fb"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated