![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| ScriptPubkey (std::span< const std::byte > raw) | |
| ScriptPubkey (const ScriptPubkeyView &view) | |
Public Member Functions inherited from btck::Handle< btck_ScriptPubkey, btck_script_pubkey_copy, btck_script_pubkey_destroy > | |
| Handle (btck_ScriptPubkey *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_ScriptPubkey * | get () |
| const btck_ScriptPubkey * | get () const |
Public Member Functions inherited from btck::ScriptPubkeyApi< ScriptPubkey > | |
| bool | Verify (int64_t amount, const Transaction &tx_to, std::span< const TransactionOutput > spent_outputs, unsigned int input_index, ScriptVerificationFlags flags, ScriptVerifyStatus &status) const |
| std::vector< std::byte > | ToBytes () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_ScriptPubkey, btck_script_pubkey_copy, btck_script_pubkey_destroy > | |
| btck_ScriptPubkey * | m_ptr |
Definition at line 404 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 407 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 410 of file bitcoinkernel_wrapper.h.