Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::ScriptPubkey Class Reference

#include <bitcoinkernel_wrapper.h>

Inheritance diagram for btck::ScriptPubkey:
[legend]
Collaboration diagram for btck::ScriptPubkey:
[legend]

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)
Handleoperator= (const Handle &other)
 ~Handle ()
btck_ScriptPubkeyget ()
Public Member Functions inherited from btck::ScriptPubkeyApi< ScriptPubkey >
bool Verify (int64_t amount, const Transaction &tx_to, const PrecomputedTransactionData *precomputed_txdata, 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_ScriptPubkeym_ptr

Detailed Description

Definition at line 406 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ ScriptPubkey() [1/2]

btck::ScriptPubkey::ScriptPubkey ( std::span< const std::byte > raw)
inlineexplicit

Definition at line 409 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ ScriptPubkey() [2/2]

btck::ScriptPubkey::ScriptPubkey ( const ScriptPubkeyView & view)
inline

Definition at line 412 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: