RpcAccountBlockWithHeightMessage.fromJson constructor

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

Implementation

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