Get Transaction Log

Required ParamPurposeRequirement

transaction_log_id

The transaction log ID to get.

Transaction log must exist in the wallet.

Example

{
  "method": "get_transaction_log",
  "params": {
    "transaction_log_id": "daf0c1439633d1d53a13b9bf086946032c20bef882d5bd7735b4a99816c24657"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated