Confirmation

When constructing a transaction, the wallet produces a "confirmation number" for each TXO minted by the transaction.

The confirmation number can be delivered to the recipient to prove that they received the TXO from that particular sender.

Attributes

Example

{
  "object": "confirmation",
  "txo_id": "873dfb8c...",
  "txo_index": "1276",
  "confirmation": "984eacd..."
}

Last updated