![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| TransactionOutput (const ScriptPubkey &script_pubkey, int64_t amount) | |
| TransactionOutput (const TransactionOutputView &view) | |
Public Member Functions inherited from btck::Handle< btck_TransactionOutput, btck_transaction_output_copy, btck_transaction_output_destroy > | |
| Handle (btck_TransactionOutput *ptr) | |
| Handle (const Handle &other) | |
| Handle (Handle &&other) noexcept | |
| Handle (const ViewType &view) | |
| Handle & | operator= (const Handle &other) |
| Handle & | operator= (Handle &&other) noexcept |
| ~Handle () | |
| btck_TransactionOutput * | get () |
| const btck_TransactionOutput * | get () const |
Public Member Functions inherited from btck::TransactionOutputApi< TransactionOutput > | |
| int64_t | Amount () const |
| ScriptPubkeyView | GetScriptPubkey () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_TransactionOutput, btck_transaction_output_copy, btck_transaction_output_destroy > | |
| btck_TransactionOutput * | m_ptr |
Definition at line 444 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 447 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 450 of file bitcoinkernel_wrapper.h.