public static interface Protocol.ExchangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreateTime()
int64 create_time = 3; |
com.google.protobuf.ByteString |
getCreatorAddress()
bytes creator_address = 2; |
long |
getExchangeId()
int64 exchange_id = 1; |
long |
getFirstTokenBalance()
int64 first_token_balance = 7; |
com.google.protobuf.ByteString |
getFirstTokenId()
bytes first_token_id = 6; |
long |
getSecondTokenBalance()
int64 second_token_balance = 9; |
com.google.protobuf.ByteString |
getSecondTokenId()
bytes second_token_id = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getExchangeId()
int64 exchange_id = 1;
com.google.protobuf.ByteString getCreatorAddress()
bytes creator_address = 2;
long getCreateTime()
int64 create_time = 3;
com.google.protobuf.ByteString getFirstTokenId()
bytes first_token_id = 6;
long getFirstTokenBalance()
int64 first_token_balance = 7;
com.google.protobuf.ByteString getSecondTokenId()
bytes second_token_id = 8;
long getSecondTokenBalance()
int64 second_token_balance = 9;
Copyright © 2020. All rights reserved.