Interface OwnershipRequirements<T>

interface OwnershipRequirements {
    assets: AssetDetails<T>[];
    options?: {
        numMatchesForVerification?: T;
    };
}

Type Parameters

  • T extends NumberType

Properties

Properties

assets: AssetDetails<T>[]
options?: {
    numMatchesForVerification?: T;
}

Type declaration

  • Optional numMatchesForVerification?: T

Generated using TypeDoc