Cache for single descriptor's derived extended pubkeys
Synopsis
Declared in <script/descriptor.h>
class DescriptorCache;
Member Functions
Name |
Description |
Cache an xpub derived at an index |
|
Cache a last hardened xpub |
|
Cache a parent xpub |
|
Retrieve a cached xpub derived at an index |
|
Retrieve all cached derived xpubs |
|
Retrieve a cached last hardened xpub |
|
Retrieve all cached last hardened xpubs |
|
Retrieve a cached parent xpub |
|
Retrieve all cached parent xpubs |
|
Combine another DescriptorCache into this one. Returns a cache containing the items from the other cache unknown to current cache |
Created with MrDocs