Package | Description |
---|---|
com.daml.ledger.javaapi.data | |
com.daml.ledger.rxjava.components.helpers |
Modifier and Type | Class and Description |
---|---|
class |
Record
Deprecated.
Use
DamlRecord instead. |
Modifier and Type | Method and Description |
---|---|
static @NonNull DamlRecord |
DamlRecord.fromProto(ValueOuterClass.Record record) |
@NonNull DamlRecord |
CreatedEvent.getArguments() |
@NonNull DamlRecord |
CreateCommand.getCreateArguments() |
DamlRecord |
CreateAndExerciseCommand.getCreateArguments() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DamlRecord> |
Value.asRecord() |
Constructor and Description |
---|
CreateAndExerciseCommand(@NonNull Identifier templateId,
@NonNull DamlRecord createArguments,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument) |
CreateCommand(@NonNull Identifier templateId,
@NonNull DamlRecord createArguments) |
CreatedEvent(@NonNull java.util.List<java.lang.String> witnessParties,
@NonNull java.lang.String eventId,
@NonNull Identifier templateId,
@NonNull java.lang.String contractId,
@NonNull DamlRecord arguments,
@NonNull java.util.Optional<java.lang.String> agreementText,
@NonNull java.util.Optional<Value> contractKey,
@NonNull java.util.Collection<java.lang.String> signatories,
@NonNull java.util.Collection<java.lang.String> observers) |
Modifier and Type | Method and Description |
---|---|
@NonNull DamlRecord |
CreatedContract.getCreateArguments() |
Constructor and Description |
---|
CreatedContract(@NonNull Identifier templateId,
@NonNull DamlRecord createArguments,
@NonNull CreatedContractContext context) |