Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::ScriptPubkeyApi< Derived > Class Template Reference

#include <bitcoinkernel_wrapper.h>

Public Member Functions

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

Private Member Functions

auto impl () const
 ScriptPubkeyApi ()=default

Private Attributes

friend Derived

Detailed Description

template<typename Derived>
class btck::ScriptPubkeyApi< Derived >

Definition at line 375 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ ScriptPubkeyApi()

template<typename Derived>
btck::ScriptPubkeyApi< Derived >::ScriptPubkeyApi ( )
privatedefault

Member Function Documentation

◆ impl()

template<typename Derived>
auto btck::ScriptPubkeyApi< Derived >::impl ( ) const
inlineprivate

Definition at line 378 of file bitcoinkernel_wrapper.h.

Here is the caller graph for this function:

◆ ToBytes()

template<typename Derived>
std::vector< std::byte > btck::ScriptPubkeyApi< Derived >::ToBytes ( ) const
inline

Definition at line 394 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Verify()

template<typename Derived>
bool btck::ScriptPubkeyApi< Derived >::Verify ( int64_t amount,
const Transaction & tx_to,
const PrecomputedTransactionData * precomputed_txdata,
unsigned int input_index,
ScriptVerificationFlags flags,
ScriptVerifyStatus & status ) const

Definition at line 642 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Derived

template<typename Derived>
friend btck::ScriptPubkeyApi< Derived >::Derived
private

Definition at line 383 of file bitcoinkernel_wrapper.h.


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