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