GetLatestBlockhash constructor

GetLatestBlockhash({
  1. GetLatestBlockhashConfig? config,
})

Creates a method handler for getLatestBlockhash.

Implementation

GetLatestBlockhash({
  final GetLatestBlockhashConfig? config,
}): super(
  'getLatestBlockhash',
  config: config ?? const GetLatestBlockhashConfig(),
);