onServiceResponse method
Implementation
@override
MsgRemoveTokenPriceQueryResponse onServiceResponse(List<int> bytes) {
return MsgRemoveTokenPriceQueryResponse.deserialize(bytes);
}
@override
MsgRemoveTokenPriceQueryResponse onServiceResponse(List<int> bytes) {
return MsgRemoveTokenPriceQueryResponse.deserialize(bytes);
}