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