SearchForBlockHeaders |
SearchForBlockHeaders.absent(List<Address> absent) |
Accounts marked as absent in the block header's participation updates.
|
SearchForBlockHeaders |
SearchForBlockHeaders.afterTime(Date afterTime) |
Include results after the given time.
|
SearchForBlockHeaders |
SearchForBlockHeaders.beforeTime(Date beforeTime) |
Include results before the given time.
|
SearchForBlockHeaders |
SearchForBlockHeaders.expired(List<Address> expired) |
Accounts marked as expired in the block header's participation updates.
|
SearchForBlockHeaders |
SearchForBlockHeaders.limit(Long limit) |
Maximum number of results to return.
|
SearchForBlockHeaders |
SearchForBlockHeaders.maxRound(Long maxRound) |
Include results at or before the specified max-round.
|
SearchForBlockHeaders |
SearchForBlockHeaders.minRound(Long minRound) |
Include results at or after the specified min-round.
|
SearchForBlockHeaders |
SearchForBlockHeaders.next(String next) |
The next page of results.
|
SearchForBlockHeaders |
SearchForBlockHeaders.proposers(List<Address> proposers) |
Accounts marked as proposer in the block header's participation updates.
|