Uses of Interface
com.daml.ledger.api.v1.CommandsOuterClass.CommandOrBuilder
-
Packages that use CommandsOuterClass.CommandOrBuilder Package Description com.daml.ledger.api.v1 -
-
Uses of CommandsOuterClass.CommandOrBuilder in com.daml.ledger.api.v1
Classes in com.daml.ledger.api.v1 that implement CommandsOuterClass.CommandOrBuilder Modifier and Type Class Description static class
CommandsOuterClass.Command
A command can either create a new contract or exercise a choice on an existing contract.static class
CommandsOuterClass.Command.Builder
A command can either create a new contract or exercise a choice on an existing contract.Methods in com.daml.ledger.api.v1 that return CommandsOuterClass.CommandOrBuilder Modifier and Type Method Description CommandsOuterClass.CommandOrBuilder
CommandsOuterClass.Commands.Builder. getCommandsOrBuilder(int index)
Individual elements of this atomic command.CommandsOuterClass.CommandOrBuilder
CommandsOuterClass.Commands. getCommandsOrBuilder(int index)
Individual elements of this atomic command.CommandsOuterClass.CommandOrBuilder
CommandsOuterClass.CommandsOrBuilder. getCommandsOrBuilder(int index)
Individual elements of this atomic command.Methods in com.daml.ledger.api.v1 that return types with arguments of type CommandsOuterClass.CommandOrBuilder Modifier and Type Method Description java.util.List<? extends CommandsOuterClass.CommandOrBuilder>
CommandsOuterClass.Commands.Builder. getCommandsOrBuilderList()
Individual elements of this atomic command.java.util.List<? extends CommandsOuterClass.CommandOrBuilder>
CommandsOuterClass.Commands. getCommandsOrBuilderList()
Individual elements of this atomic command.java.util.List<? extends CommandsOuterClass.CommandOrBuilder>
CommandsOuterClass.CommandsOrBuilder. getCommandsOrBuilderList()
Individual elements of this atomic command.
-