AccountBlockConfirmationDetail.fromJson constructor

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

Implementation

AccountBlockConfirmationDetail.fromJson(Map<String, dynamic> json)
    : numConfirmations = json['numConfirmations'],
      momentumHeight = json['momentumHeight'],
      momentumHash = Hash.parse(json['momentumHash']),
      momentumTimestamp = json['momentumTimestamp'];