interface StreamPeriod {
    flowRate: string;
    id: string;
    receiver: string;
    sender: string;
    startedAtBlockNumber: number;
    startedAtEvent: string;
    startedAtTimestamp: number;
    stoppedAtBlockNumber?: number;
    stoppedAtEvent?: string;
    stoppedAtTimestamp?: number;
    stream: string;
    token: string;
    tokenSymbol: string;
    totalAmountStreamed?: string;
}

Properties

flowRate: string
id: string
receiver: string
sender: string
startedAtBlockNumber: number
startedAtEvent: string
startedAtTimestamp: number
stoppedAtBlockNumber?: number
stoppedAtEvent?: string
stoppedAtTimestamp?: number
stream: string
token: string
tokenSymbol: string
totalAmountStreamed?: string

Generated using TypeDoc