Get MobileCoin Protocol TXO

Get the MobileCoin transaction TXO

Parameters

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": "fff4cae55a74e5ce852b79c31576f4041d510c26e59fec178b3e45705c5b35a7"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated