FlowBatcher
Sender address that created batches.
type FlowBatcher {
id: String!
batchCounter: BigInt!
batches(
skip: Int = 0
first: Int = 100
orderBy: FlowBatch_orderBy
orderDirection: OrderDirection
where: FlowBatch_filter
): [FlowBatch!]!
}
Fields
FlowBatcher.id ● String! non-null scalar
Unique identifier: batcher-{chainId}-{sender}
FlowBatcher.batchCounter ● BigInt! non-null scalar
Total number of batches started by this sender.
FlowBatcher.batches ● [FlowBatch!]! non-null object
Batches started by this sender.