GetBlockHeight constructor

GetBlockHeight({
  1. GetBlockHeightConfig? config,
})

Creates a method handler for getBlockHeight.

Implementation

GetBlockHeight({
  final GetBlockHeightConfig? config,
}): super(
  'getBlockHeight',
  config: config ?? const GetBlockHeightConfig(),
);