QueryFeeDiscountAccountInfoRequest.deserialize constructor
Implementation
factory QueryFeeDiscountAccountInfoRequest.deserialize(List<int> bytes) {
final decode = CosmosProtoMessage.decode(bytes, protoConfigStatic());
return QueryFeeDiscountAccountInfoRequest(
account: decode.getString<String?>(1),
);
}