The DescriptorsFactory function internally creates and returns the Descriptor class. This class is specialized for the provided TinySecp256k1Interface. Use OutputInstance to declare instances for this class: const: OutputInstance = new Output();
DescriptorsFactory
Descriptor
TinySecp256k1Interface
OutputInstance
const: OutputInstance = new Output();
See the documentation for the internal Output class for a complete list of available methods.
Output
The
DescriptorsFactory
function internally creates and returns theDescriptor
class. This class is specialized for the providedTinySecp256k1Interface
. UseOutputInstance
to declare instances for this class:const: OutputInstance = new Output();
See the documentation for the internal
Output
class for a complete list of available methods.