Get the wallet descriptors for a script.
Declared in <wallet/wallet.h>
std::vector<WalletDescriptor>
GetWalletDescriptors(CScript const& script) const;
The wallet descriptors that produce the script.
| Name | Description |
|---|---|
| script | The script to match against. |