public static interface CommandsOuterClass.CreateCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
ValueOuterClass.Record | 
getCreateArguments()
 The arguments required for creating a contract from this template. 
 | 
ValueOuterClass.RecordOrBuilder | 
getCreateArgumentsOrBuilder()
 The arguments required for creating a contract from this template. 
 | 
ValueOuterClass.Identifier | 
getTemplateId()
 The template of contract the client wants to create. 
 | 
ValueOuterClass.IdentifierOrBuilder | 
getTemplateIdOrBuilder()
 The template of contract the client wants to create. 
 | 
boolean | 
hasCreateArguments()
 The arguments required for creating a contract from this template. 
 | 
boolean | 
hasTemplateId()
 The template of contract the client wants to create. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTemplateId()
The template of contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];ValueOuterClass.Identifier getTemplateId()
The template of contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
The template of contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];boolean hasCreateArguments()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2 [json_name = "createArguments"];ValueOuterClass.Record getCreateArguments()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2 [json_name = "createArguments"];ValueOuterClass.RecordOrBuilder getCreateArgumentsOrBuilder()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2 [json_name = "createArguments"];