Uses of Class
com.daml.ledger.api.v2.StateServiceOuterClass.ActiveContract
Packages that use StateServiceOuterClass.ActiveContract
-
Uses of StateServiceOuterClass.ActiveContract in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return StateServiceOuterClass.ActiveContractModifier and TypeMethodDescriptionStateServiceOuterClass.ActiveContract.Builder.build()
StateServiceOuterClass.ActiveContract.Builder.buildPartial()
StateServiceOuterClass.GetActiveContractsResponse.Builder.getActiveContract()
The contract is active on the assigned synchronizer, meaning: there was an activation event on the given synchronizer ( created, assigned), which is not followed by a deactivation event (archived, unassigned) on the same synchronizer, until the active_at_offset.StateServiceOuterClass.GetActiveContractsResponse.getActiveContract()
The contract is active on the assigned synchronizer, meaning: there was an activation event on the given synchronizer ( created, assigned), which is not followed by a deactivation event (archived, unassigned) on the same synchronizer, until the active_at_offset.StateServiceOuterClass.GetActiveContractsResponseOrBuilder.getActiveContract()
The contract is active on the assigned synchronizer, meaning: there was an activation event on the given synchronizer ( created, assigned), which is not followed by a deactivation event (archived, unassigned) on the same synchronizer, until the active_at_offset.StateServiceOuterClass.ActiveContract.getDefaultInstance()
StateServiceOuterClass.ActiveContract.Builder.getDefaultInstanceForType()
StateServiceOuterClass.ActiveContract.getDefaultInstanceForType()
StateServiceOuterClass.ActiveContract.parseDelimitedFrom
(InputStream input) StateServiceOuterClass.ActiveContract.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.ActiveContract.parseFrom
(byte[] data) StateServiceOuterClass.ActiveContract.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.ActiveContract.parseFrom
(com.google.protobuf.ByteString data) StateServiceOuterClass.ActiveContract.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.ActiveContract.parseFrom
(com.google.protobuf.CodedInputStream input) StateServiceOuterClass.ActiveContract.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.ActiveContract.parseFrom
(InputStream input) StateServiceOuterClass.ActiveContract.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.ActiveContract.parseFrom
(ByteBuffer data) StateServiceOuterClass.ActiveContract.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type StateServiceOuterClass.ActiveContractModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StateServiceOuterClass.ActiveContract>
StateServiceOuterClass.ActiveContract.getParserForType()
static com.google.protobuf.Parser<StateServiceOuterClass.ActiveContract>
StateServiceOuterClass.ActiveContract.parser()
Methods in com.daml.ledger.api.v2 with parameters of type StateServiceOuterClass.ActiveContractModifier and TypeMethodDescriptionStateServiceOuterClass.GetActiveContractsResponse.Builder.mergeActiveContract
(StateServiceOuterClass.ActiveContract value) The contract is active on the assigned synchronizer, meaning: there was an activation event on the given synchronizer ( created, assigned), which is not followed by a deactivation event (archived, unassigned) on the same synchronizer, until the active_at_offset.StateServiceOuterClass.ActiveContract.Builder.mergeFrom
(StateServiceOuterClass.ActiveContract other) StateServiceOuterClass.ActiveContract.newBuilder
(StateServiceOuterClass.ActiveContract prototype) StateServiceOuterClass.GetActiveContractsResponse.Builder.setActiveContract
(StateServiceOuterClass.ActiveContract value) The contract is active on the assigned synchronizer, meaning: there was an activation event on the given synchronizer ( created, assigned), which is not followed by a deactivation event (archived, unassigned) on the same synchronizer, until the active_at_offset. -
Uses of StateServiceOuterClass.ActiveContract in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return StateServiceOuterClass.ActiveContractMethods in com.daml.ledger.javaapi.data with parameters of type StateServiceOuterClass.ActiveContractModifier and TypeMethodDescriptionstatic ActiveContract
ActiveContract.fromProto
(StateServiceOuterClass.ActiveContract activeContract)