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

Name

Description

script

The script to match against.

Created with MrDocs