Type alias GetEventsInBatchesInput

GetEventsInBatchesInput: {
    eventName: RailsPathEventName;
    fetchTxData?: boolean;
    fromBlock: number;
    toBlock: number;
}

Type declaration

  • eventName: RailsPathEventName
  • Optional fetchTxData?: boolean
  • fromBlock: number
  • toBlock: number