interface IndexSubscription {
    approved: boolean;
    createdAtBlockNumber: number;
    createdAtTimestamp: number;
    id: string;
    index: string;
    indexId: string;
    indexTotalUnits: string;
    indexValueCurrent: string;
    indexValueUntilUpdatedAt: string;
    publisher: string;
    subscriber: string;
    token: string;
    tokenSymbol: string;
    totalAmountReceivedUntilUpdatedAt: string;
    units: string;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Properties

approved: boolean
createdAtBlockNumber: number
createdAtTimestamp: number
id: string
index: string
indexId: string
indexTotalUnits: string
indexValueCurrent: string
indexValueUntilUpdatedAt: string
publisher: string
subscriber: string
token: string
tokenSymbol: string
totalAmountReceivedUntilUpdatedAt: string
units: string
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc