Uses of Class
com.daml.ledger.javaapi.data.CreateCommand
-
Packages that use CreateCommand Package Description com.daml.ledger.javaapi.data -
-
Uses of CreateCommand in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CreateCommand Modifier and Type Method Description abstract CreateCommand
Template. create()
static CreateCommand
CreateCommand. fromProto(CommandsOuterClass.CreateCommand create)
Methods in com.daml.ledger.javaapi.data that return types with arguments of type CreateCommand Modifier and Type Method Description java.util.Optional<CreateCommand>
Command. asCreateCommand()
-