Algorand TypeScript Testing
    Preparing search index...

    Interface IConstructor<T>

    interface IConstructor<T> {
        new IConstructor(...args: any[]): T;
    }

    Type Parameters

    • T
    Index

    Constructors

    Constructors