Get Confirmations

A TXO constructed by this wallet will contain a confirmation number, which can be shared with the recipient to verify the association between the sender and this TXO.

ParamPurposeRequirements

transaction_log_id

The transaction log ID for which to get confirmation numbers.

The transaction log must exist in the wallet.

Example

When calling get_confirmations for a transaction, only the confirmation numbers for the output_txo_ids are returned.

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

Last updated