Descriptor with some wallet metadata
Synopsis
Declared in <wallet/walletutil.h>
class WalletDescriptor;
Member Functions
Name |
Description |
|
Constructors |
Increments the next_index of the descriptor. |
|
Parses a descriptor from its string form and updates the descriptor and id. |
|
Returns the index past the end of the descriptor's range. |
|
Returns the index of the next item to generate. |
|
Returns the first index in the descriptor's range. |
|
Increments the next_index of the descriptor. |
|
Sets the range_end of the descriptor. |
Data Members
Name |
Description |
Cached expanded keys and scripts for the descriptor. |
|
Unix timestamp of when the descriptor was added to the wallet. |
|
The parsed output script descriptor. |
|
Descriptor ID (calculated once at descriptor initialization/deserialization). |
Non-Member Functions
Name |
Description |
Builds a new wallet descriptor for the given key and output type. |
Created with MrDocs