Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clear() |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearFirstTokenBalance()
int64 first_token_balance = 3;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearFirstTokenId()
bytes first_token_id = 2;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearOwnerAddress()
bytes owner_address = 1;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearSecondTokenBalance()
int64 second_token_balance = 5;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clearSecondTokenId()
bytes second_token_id = 4;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.clone() |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.mergeFrom(Contract.ExchangeCreateContract other) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.mergeFrom(com.google.protobuf.Message other) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.newBuilder() |
static Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.newBuilder(Contract.ExchangeCreateContract prototype) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.newBuilderForType() |
protected Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setFirstTokenBalance(long value)
int64 first_token_balance = 3;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setFirstTokenId(com.google.protobuf.ByteString value)
bytes first_token_id = 2;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setOwnerAddress(com.google.protobuf.ByteString value)
bytes owner_address = 1;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setSecondTokenBalance(long value)
int64 second_token_balance = 5;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setSecondTokenId(com.google.protobuf.ByteString value)
bytes second_token_id = 4;
|
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contract.ExchangeCreateContract.Builder |
Contract.ExchangeCreateContract.toBuilder() |