Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Private Member Functions | Private Attributes | List of all members
btck::ScriptPubkeyApi< Derived > Class Template Reference

#include <bitcoinkernel_wrapper.h>

Public Member Functions

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
 

Private Member Functions

auto impl () const
 
 ScriptPubkeyApi ()=default
 

Private Attributes

friend Derived
 

Detailed Description

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

Definition at line 373 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 376 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 392 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,
std::span< const TransactionOutput spent_outputs,
unsigned int  input_index,
ScriptVerificationFlags  flags,
ScriptVerifyStatus status 
) const

Definition at line 629 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 381 of file bitcoinkernel_wrapper.h.


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