interface AccountTokenSnapshot {
    account: string;
    activeIncomingStreamCount: number;
    activeOutgoingStreamCount: number;
    balanceUntilUpdatedAt: string;
    id: string;
    inactiveIncomingStreamCount: number;
    inactiveOutgoingStreamCount: number;
    isLiquidationEstimateOptimistic: boolean;
    maybeCriticalAtTimestamp: null | number;
    token: string;
    tokenSymbol: string;
    totalAmountStreamedInUntilUpdatedAt: string;
    totalAmountStreamedOutUntilUpdatedAt: string;
    totalAmountStreamedUntilUpdatedAt: string;
    totalAmountTransferredUntilUpdatedAt: string;
    totalApprovedSubscriptions: number;
    totalInflowRate: string;
    totalNetFlowRate: string;
    totalNumberOfActiveStreams: number;
    totalNumberOfClosedStreams: number;
    totalOutflowRate: string;
    totalSubscriptionsWithUnits: number;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Properties

account: string
activeIncomingStreamCount: number
activeOutgoingStreamCount: number
balanceUntilUpdatedAt: string
id: string
inactiveIncomingStreamCount: number
inactiveOutgoingStreamCount: number
isLiquidationEstimateOptimistic: boolean
maybeCriticalAtTimestamp: null | number
token: string
tokenSymbol: string
totalAmountStreamedInUntilUpdatedAt: string
totalAmountStreamedOutUntilUpdatedAt: 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