Validate Confirmations
A sender can provide the confirmation numbers from a transaction to the recipient, who then verifies for a specific TXO ID (note that TXO ID is specific to the TXO, and is consistent across wallets. Therefore the sender and receiver will have the same TXO ID for the same TXO which was minted by the sender, and received by the receiver).
Parameters
Param
Description
account_id
The account on which to perform this action.
Account must exist in the wallet.
txo_id
The ID of the TXO for which to validate the confirmation number.
TXO must be a received TXO.
confirmation
The confirmation number to validate.
The confirmation number should be delivered by the sender of the Txo in question.
Example
Last updated
Was this helpful?