Check Receiver Receipt Status
Check the status of a receiver receipt.
Parameters
Required Param
Purpose
Requirements
address
The account's public address.
Must be a valid account address.
receiver_receipt
The receipt whose status is being checked.
Example
{
"method": "check_receiver_receipt_status",
"params": {
"address": "3Dg4iFavKJScgCUeqb1VnET5ADmKjZgWz15fN7jfeCCWb72serxKE7fqz7htQvRirN4yeU2xxtcHRAN2zbF6V9n7FomDm69VX3FghvkDfpq",
"receiver_receipt": {
"object": "receiver_receipt",
"public_key": "0a20d2118a065192f11e228e0fce39e90a878b5aa628b7613a4556c193461ebd4f67",
"confirmation": "0a205e5ca2fa40f837d7aff6d37e9314329d21bad03d5fac2ec1fc844a09368c33e5",
"tombstone_block": "154512",
"amount": {
"object": "amount",
"commitment": "782c575ed7d893245d10d7dd49dcffc3515a7ed252bcade74e719a17d639092d",
"masked_value": "12052895925511073331"
}
}
},
"jsonrpc": "2.0",
"id": 1
}
Last updated
Was this helpful?