blockNumber property

int? blockNumber

The number ("height") of the block this transaction was mined in. If the block has not been mined, this is null.

Implementation

int? get blockNumber => impl.blockNumber;