interface IAccountEventsFilter {
    account: string;
    timestamp_gte: number;
}

Properties

account: string
timestamp_gte: number

Generated using TypeDoc