Get Transaction Log

Parameters

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

Last updated