toBlock property

BlockNum? toBlock
final

The last block which should be considered for this filter. Optional, the default value is BlockNum.current.

Use BlockNum.current for the last mined block or BlockNum.pending for not yet mined transactions.

Implementation

final BlockNum? toBlock;