BitcoinerLab Descriptors API - v3.1.7
    Preparing search index...

    Type Alias OutputInstance

    OutputInstance: InstanceType<OutputConstructor>

    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.