GetBlockTime constructor

GetBlockTime(
  1. u64 block
)

Creates a codec for getBlockTime JSON RPC methods.

Implementation

GetBlockTime(
  final u64 block,
): super(
  'getBlockTime',
  values: [block],
);