public static interface Contract.ExchangeCreateContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFirstTokenBalance()
int64 first_token_balance = 3; |
com.google.protobuf.ByteString |
getFirstTokenId()
bytes first_token_id = 2; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
long |
getSecondTokenBalance()
int64 second_token_balance = 5; |
com.google.protobuf.ByteString |
getSecondTokenId()
bytes second_token_id = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
com.google.protobuf.ByteString getFirstTokenId()
bytes first_token_id = 2;
long getFirstTokenBalance()
int64 first_token_balance = 3;
com.google.protobuf.ByteString getSecondTokenId()
bytes second_token_id = 4;
long getSecondTokenBalance()
int64 second_token_balance = 5;
Copyright © 2020. All rights reserved.