Get MobileCoin Protocol Transaction

Get the transaction protocol for MobileCoin

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

Last updated