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