Return all (extended) public keys for this descriptor, including any from subdescriptors.
Declared in <script/descriptor.h>
virtual
void
GetPubKeys(
std::set<CPubKey>& pubkeys,
std::set<CExtPubKey>& ext_pubs) const = 0;
all (extended) public keys for this descriptor, including any from subdescriptors.
| Name | Description |
|---|---|
| pubkeys [out] | Any public keys |
| ext_pubs [out] | Any extended public keys |