Memo
Authenticated Sender Memos
Destination Memos
Address Hashes
Example get_txo memo attribute return contents
...
"memo": {
"AuthenticatedSender": {
"sender_address_hash": "12df8df8ddcc6d8830f8cdd1cd00cc51",
"payment_request_id": null,
"payment_intent_id": null
}
}
......
"memo": {
"Destination": {
"recipient_address_hash": "8a515f44149956609f75b27d214daed6",
"num_recipients": "1",
"fee": "400000000",
"total_outlay": "1400000000",
"payment_request_id": null,
"payment_intent_id": null
}
}
```Last updated
Was this helpful?