Bitcoin Core  27.99.0
P2P Digital Currency
Functions
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 <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 RPCHelpMan deriveaddresses ()
 
void RegisterOutputScriptRPCCommands (CRPCTable &t)
 

Function Documentation

◆ createmultisig()

static RPCHelpMan createmultisig ( )
static

Definition at line 88 of file output_script.cpp.

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

◆ deriveaddresses()

static RPCHelpMan deriveaddresses ( )
static

Definition at line 215 of file output_script.cpp.

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

◆ getdescriptorinfo()

static RPCHelpMan getdescriptorinfo ( )
static

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

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

◆ validateaddress()

static RPCHelpMan validateaddress ( )
static

Definition at line 28 of file output_script.cpp.

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