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