Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clear() |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearCallTokenValue()
int64 call_token_value = 3;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearNewContract()
.protocol.SmartContract new_contract = 2;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearOwnerAddress()
bytes owner_address = 1;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clearTokenId()
int64 token_id = 4;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.clone() |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeFrom(Contract.CreateSmartContract other) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeFrom(com.google.protobuf.Message other) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeNewContract(Protocol.SmartContract value)
.protocol.SmartContract new_contract = 2;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.newBuilder() |
static Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.newBuilder(Contract.CreateSmartContract prototype) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.newBuilderForType() |
protected Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setCallTokenValue(long value)
int64 call_token_value = 3;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setNewContract(Protocol.SmartContract.Builder builderForValue)
.protocol.SmartContract new_contract = 2;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setNewContract(Protocol.SmartContract value)
.protocol.SmartContract new_contract = 2;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setOwnerAddress(com.google.protobuf.ByteString value)
bytes owner_address = 1;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setTokenId(long value)
int64 token_id = 4;
|
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.toBuilder() |