getBlockTime abstract method

Future<int?> getBlockTime(
  1. int block
)

Returns the estimated production time of a block.

block block, identified by Slot

Implementation

Future<int?> getBlockTime(
  int block,
);