Interface iTierWithOptionalWeight<T>

interface iTierWithOptionalWeight<T> {
    claimId: string;
    weight?: T;
}

Type Parameters

Implemented by

Properties

Properties

claimId: string

The claim ID to satisfy the tier

weight?: T

The weight of the tier