sgns::InputUTXOInfo¶
Raw UTXO input data for a transaction.
#include <UTXOStructs.hpp>
Public Functions¶
| Name | |
|---|---|
| std::vector< uint8_t > | SerializeForSigning() const |
Public Attributes¶
| Name | |
|---|---|
| base::Hash256 | txid_hash_ |
| uint32_t | output_idx_ |
| std::vector< uint8_t > | signature_ |
Public Functions Documentation¶
function SerializeForSigning¶
Public Attributes Documentation¶
variable txid_hash_¶
variable output_idx_¶
variable signature_¶
Updated on 2026-03-04 at 13:10:43 -0800