sgns::OutputDestInfo¶
Single output entry.
#include <UTXOStructs.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint64_t | encrypted_amount El Gamal encrypted amount. |
| std::string | dest_address Destination node address. |
| TokenID | token_id Token identifier. |
Public Attributes Documentation¶
variable encrypted_amount¶
El Gamal encrypted amount.
variable dest_address¶
Destination node address.
variable token_id¶
Token identifier.
Updated on 2026-03-04 at 13:10:43 -0800