org.openfeed.NetAssetValueOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface NetAssetValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.NetAssetValue)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 netAssetValue = 1;
* @return The netAssetValue.
*/
long getNetAssetValue();
/**
* sint64 transactionTime = 2;
* @return The transactionTime.
*/
long getTransactionTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy