GetLatestBlockhash constructor
GetLatestBlockhash({
- GetLatestBlockhashConfig? config,
Creates a method handler for getLatestBlockhash.
Implementation
GetLatestBlockhash({
final GetLatestBlockhashConfig? config,
}): super(
'getLatestBlockhash',
config: config ?? const GetLatestBlockhashConfig(),
);