fromBlock property

BlockNum? fromBlock
final

The earliest 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? fromBlock;