onQueryResponseJson method
Implementation
@override
QueryTxDistributionResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryTxDistributionResponse.fromJson(json);
}
@override
QueryTxDistributionResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryTxDistributionResponse.fromJson(json);
}