The DescriptorsFactory function internally
creates and returns the Output class.
This class is specialized for the provided BitcoinLib backend adapter.
Use OutputInstance to declare instances for this class:
const output: OutputInstance = new Output();
See the API documentation for Output for a complete list of available
methods.
The
DescriptorsFactoryfunction internally creates and returns theOutputclass. This class is specialized for the providedBitcoinLibbackend adapter. UseOutputInstanceto declare instances for this class:const output: OutputInstance = new Output();See the API documentation for
Outputfor a complete list of available methods.