Bitcoin Core 32.99.0
P2P Digital Currency
Functions
output_script.cpp File Reference
#include <rpc/register.h>
#include <addresstype.h>
#include <crypto/hex_base.h>
#include <key.h>
#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 <cstddef>
#include <cstdint>
#include <map>
#include <memory>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <variant>
#include <vector>
Include dependency graph for output_script.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ createmultisig()

static RPCMethod createmultisig ( )
static

Definition at line 98 of file output_script.cpp.

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

◆ deriveaddresses()

static RPCMethod deriveaddresses ( )
static

Definition at line 267 of file output_script.cpp.

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

◆ DeriveAddresses()

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

Definition at line 233 of file output_script.cpp.

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

◆ getdescriptorinfo()

static RPCMethod getdescriptorinfo ( )
static

Definition at line 175 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 354 of file output_script.cpp.

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

◆ validateaddress()

static RPCMethod validateaddress ( )
static

Definition at line 38 of file output_script.cpp.

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