![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#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 |
Definition at line 375 of file bitcoinkernel_wrapper.h.
|
privatedefault |
|
inlineprivate |
|
inline |
Definition at line 394 of file bitcoinkernel_wrapper.h.
| 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.
|
private |
Definition at line 383 of file bitcoinkernel_wrapper.h.