interface IIndex {
    createdAtBlockNumber: number;
    createdAtTimestamp: number;
    id: string;
    indexId: string;
    indexValue: string;
    publisher: string;
    token: SuperTokenType;
    totalAmountDistributedUntilUpdatedAt: string;
    totalSubscriptionsWithUnits: number;
    totalUnits: string;
    totalUnitsApproved: string;
    totalUnitsPending: string;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Hierarchy (view full)

Properties

createdAtBlockNumber: number
createdAtTimestamp: number
id: string
indexId: string
indexValue: string
publisher: string
totalAmountDistributedUntilUpdatedAt: string
totalSubscriptionsWithUnits: number
totalUnits: string
totalUnitsApproved: string
totalUnitsPending: string
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc