interface IFlowUpdatedEvent {
    blockNumber: number;
    flowRate: string;
    id: string;
    oldFlowRate: string;
    receiver: string;
    sender: string;
    timestamp: number;
    token: string;
    totalAmountStreamedUntilTimestamp: string;
    totalReceiverFlowRate: string;
    totalSenderFlowRate: string;
    transactionHash: string;
    type: number;
    userData: string;
}

Hierarchy (view full)

Properties

blockNumber: number
flowRate: string
id: string
oldFlowRate: string
receiver: string
sender: string
timestamp: number
token: string
totalAmountStreamedUntilTimestamp: string
totalReceiverFlowRate: string
totalSenderFlowRate: string
transactionHash: string
type: number
userData: string

Generated using TypeDoc