LatestBlockhash.fromJson constructor

LatestBlockhash.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LatestBlockhash.fromJson(Map<String, dynamic> json) =>
    _$LatestBlockhashFromJson(json);