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.

Parameters

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

Last updated