getLastestBlock method

Future<Block> getLastestBlock()

Get the lastest Block from the network.

Implementation

Future<Block> getLastestBlock() async =>
    Block._(await call<_BlockImpl>('getBlock', []));