Fetch parent descriptors of this scriptPubKey.

Synopsis

Declared in <wallet/rpc/util.h>

void
PushParentDescriptors(
    CWallet const& wallet,
    CScript const& script_pubkey,
    UniValue& entry);

Parameters

Name

Description

wallet

The wallet to look up descriptors in.

script_pubkey

The output script whose parent descriptors are fetched.

entry

The RPC object the parent descriptors are added to.

Created with MrDocs