interface IIndexSubscription {
    approved: boolean;
    createdAtBlockNumber: number;
    createdAtTimestamp: number;
    id: string;
    index: IIndexSubscriptionIndex;
    indexValueUntilUpdatedAt: string;
    subscriber: string;
    totalAmountReceivedUntilUpdatedAt: string;
    units: string;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Hierarchy (view full)

Properties

approved: boolean
createdAtBlockNumber: number
createdAtTimestamp: number
id: string
indexValueUntilUpdatedAt: string
subscriber: string
totalAmountReceivedUntilUpdatedAt: string
units: string
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc