MomentumShort.fromJson constructor

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

Implementation

MomentumShort.fromJson(Map<String, dynamic> json)
    : hash = Hash.parse(json['hash']),
      height = json['height'],
      timestamp = json['timestamp'];