interface InstantDistributionUpdatedEvent {
    blockNumber: number;
    gasPrice: string;
    id: string;
    logIndex: number;
    name: "InstantDistributionUpdatedEvent";
    order: number;
    timestamp: number;
    transactionHash: string;
}

Hierarchy (view full)

Properties

blockNumber: number
gasPrice: string
id: string
logIndex: number
name: "InstantDistributionUpdatedEvent"
order: number
timestamp: number
transactionHash: string

Generated using TypeDoc