Get MobileCoin Protocol Transaction

Get the transaction protocol for MobileCoin

Parameters

Required ParamPurposeRequirements

transaction_log_id

The id of the transaction log.

Must be a valid id for a transaction.

Example

{
  "method": "get_mc_protocol_transaction",
  "params": {
    "transaction_log_id": "4b4fd11738c03bf5179781aeb27d725002fb67d8a99992920d3654ac00ee1a2c"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated