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