Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface InstanceSetConstructor<Instance, Encoded>

    interface InstanceSetConstructor<Instance, Encoded> {
        new InstanceSetConstructor(
            data?: (Instance | Encoded)[],
        ): InstanceSet<Instance, Encoded>;
    }

    Type Parameters

    • Instance
    • Encoded
    Index

    Constructors

    Constructors