wallet::CWallet::GetWalletDescriptors

Get the wallet descriptors for a script.

Synopsis

Declared in <wallet/wallet.h>

std::vector<WalletDescriptor>
GetWalletDescriptors(CScript const& script) const;

Return Value

The wallet descriptors that produce the script.

Parameters

NameDescription
scriptThe script to match against.