Fetch parent descriptors of this scriptPubKey.
Declared in <wallet/rpc/util.h>
void
PushParentDescriptors(
CWallet const& wallet,
CScript const& script_pubkey,
UniValue& entry);
| 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. |