interface ILightAccountTokenSnapshot {
    account: string;
    balanceUntilUpdatedAt: string;
    id: string;
    token: SuperTokenType;
    totalAmountStreamedUntilUpdatedAt: string;
    totalAmountTransferredUntilUpdatedAt: string;
    totalApprovedSubscriptions: number;
    totalInflowRate: string;
    totalNetFlowRate: string;
    totalNumberOfActiveStreams: number;
    totalNumberOfClosedStreams: number;
    totalOutflowRate: string;
    totalSubscriptionsWithUnits: number;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Hierarchy (view full)

Properties

account: string
balanceUntilUpdatedAt: string
id: string
totalAmountStreamedUntilUpdatedAt: string
totalAmountTransferredUntilUpdatedAt: string
totalApprovedSubscriptions: number
totalInflowRate: string
totalNetFlowRate: string
totalNumberOfActiveStreams: number
totalNumberOfClosedStreams: number
totalOutflowRate: string
totalSubscriptionsWithUnits: number
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc