Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
output_script.cpp File Reference
#include <key_io.h>
#include <outputtype.h>
#include <pubkey.h>
#include <rpc/protocol.h>
#include <rpc/request.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <script/descriptor.h>
#include <script/script.h>
#include <script/signingprovider.h>
#include <tinyformat.h>
#include <univalue.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <tuple>
#include <vector>
Include dependency graph for output_script.cpp:

Go to the source code of this file.

Functions

static RPCHelpMan validateaddress ()
static RPCHelpMan createmultisig ()
static RPCHelpMan getdescriptorinfo ()
static UniValue DeriveAddresses (const Descriptor *desc, int64_t range_begin, int64_t range_end, FlatSigningProvider &key_provider)
static RPCHelpMan deriveaddresses ()
void RegisterOutputScriptRPCCommands (CRPCTable &t)

Function Documentation

◆ createmultisig()

RPCHelpMan createmultisig ( )
static

Definition at line 89 of file output_script.cpp.

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

◆ DeriveAddresses()

UniValue DeriveAddresses ( const Descriptor * desc,
int64_t range_begin,
int64_t range_end,
FlatSigningProvider & key_provider )
static

Definition at line 224 of file output_script.cpp.

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

◆ deriveaddresses()

RPCHelpMan deriveaddresses ( )
static

Definition at line 258 of file output_script.cpp.

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

◆ getdescriptorinfo()

RPCHelpMan getdescriptorinfo ( )
static

Definition at line 166 of file output_script.cpp.

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

◆ RegisterOutputScriptRPCCommands()

void RegisterOutputScriptRPCCommands ( CRPCTable & t)

Definition at line 344 of file output_script.cpp.

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

◆ validateaddress()

RPCHelpMan validateaddress ( )
static

Definition at line 29 of file output_script.cpp.

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