[#wallet-PushParentDescriptors] = xref:wallet.adoc[wallet]::PushParentDescriptors :relfileprefix: ../ :mrdocs: Fetch parent descriptors of this scriptPubKey. == Synopsis Declared in `<wallet/rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PushParentDescriptors( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:CScript.adoc[CScript] const& script_pubkey, xref:UniValue.adoc[UniValue]& entry); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#