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

Properties

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

Generated using TypeDoc