getConfirmedBlocksWithLimit abstract method
- @Deprecated('Use getBlocksWithLimit instead')
- int startSlot,
- int limit,
- Commitment? commitment
Returns a list of confirmed blocks starting at the given slot
startSlot
start_slot, as u64 integer
limit
limit, as u64 integer
commitment
For commitment
parameter description see this document
Commitment.processed is not supported as commitment
.
Implementation
@Deprecated('Use getBlocksWithLimit instead')
Future<List<int>> getConfirmedBlocksWithLimit(
int startSlot,
int limit,
Commitment? commitment,
);