class ProtocolConverters extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtocolConverters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProtocolConverters(schemaProcessors: SchemaProcessors)(implicit executionContext: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def convertCommands(commands: Seq[Command])(implicit errorLoggingContext: ErrorLoggingContext): Future[Seq[Command]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContext
- implicit def fromCirce(js: Json): Value
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toCirce(js: Value): Json
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ArchivedEvent extends ProtocolConverter[ArchivedEvent, ArchivedEvent]
- object AssignedEvent extends ProtocolConverter[AssignedEvent, JsAssignedEvent]
- object Commands extends ProtocolConverter[Commands, JsCommands]
- object ContractEntry extends ProtocolConverter[ContractEntry, JsContractEntry.JsContractEntry]
- object CreatedEvent extends ProtocolConverter[CreatedEvent, CreatedEvent]
- object Event extends ProtocolConverter[Event, Event]
- object ExecuteSubmissionRequest extends ProtocolConverter[ExecuteSubmissionRequest, JsExecuteSubmissionRequest]
- object ExercisedEvent extends ProtocolConverter[ExercisedEvent, ExercisedEvent]
- object GetActiveContractsResponse extends ProtocolConverter[GetActiveContractsResponse, JsGetActiveContractsResponse]
- object GetEventsByContractIdResponse extends ProtocolConverter[GetEventsByContractIdResponse, JsGetEventsByContractIdResponse]
- object GetTransactionResponse extends ProtocolConverter[GetTransactionResponse, JsGetTransactionResponse]
- Annotations
- @nowarn()
- object GetTransactionTreeResponse extends ProtocolConverter[GetTransactionTreeResponse, JsGetTransactionTreeResponse]
- Annotations
- @nowarn()
- object GetUpdateResponse extends ProtocolConverter[GetUpdateResponse, JsGetUpdatesResponse]
- object GetUpdateTreesResponse extends ProtocolConverter[GetUpdateTreesResponse, JsGetUpdateTreesResponse]
- Annotations
- @nowarn()
- object GetUpdatesResponse extends ProtocolConverter[GetUpdatesResponse, JsGetUpdatesResponse]
- object InterfaceView extends ProtocolConverter[InterfaceView, JsInterfaceView]
- object ParticipantAuthorizationAdded extends ProtocolConverter[ParticipantAuthorizationAdded, ParticipantAuthorizationAdded]
- object ParticipantAuthorizationChanged extends ProtocolConverter[ParticipantAuthorizationChanged, ParticipantAuthorizationChanged]
- object ParticipantAuthorizationRevoked extends ProtocolConverter[ParticipantAuthorizationRevoked, ParticipantAuthorizationRevoked]
- object PrepareSubmissionRequest extends ProtocolConverter[PrepareSubmissionRequest, JsPrepareSubmissionRequest]
- object PrepareSubmissionResponse extends ProtocolConverter[PrepareSubmissionResponse, JsPrepareSubmissionResponse]
- object Reassignment extends ProtocolConverter[Reassignment, JsReassignment]
- object ReassignmentEvent extends ProtocolConverter[Event, JsReassignmentEvent]
- object SubmitAndWaitForReassignmentResponse extends ProtocolConverter[SubmitAndWaitForReassignmentResponse, JsSubmitAndWaitForReassignmentResponse]
- object SubmitAndWaitForTransactionRequest extends ProtocolConverter[SubmitAndWaitRequest, JsSubmitAndWaitForTransactionRequest]
- object SubmitAndWaitTransactionResponse extends ProtocolConverter[SubmitAndWaitForTransactionResponse, JsSubmitAndWaitForTransactionResponse]
- object SubmitAndWaitTransactionTreeResponse extends ProtocolConverter[SubmitAndWaitForTransactionTreeResponse, JsSubmitAndWaitForTransactionTreeResponse]
- Annotations
- @nowarn()
- object TopologyEvent extends ProtocolConverter[TopologyEvent, TopologyEvent]
- object TopologyTransaction extends ProtocolConverter[TopologyTransaction, JsTopologyTransaction]
- object Transaction extends ProtocolConverter[Transaction, JsTransaction]
- object TransactionTree extends ProtocolConverter[TransactionTree, JsTransactionTree]
- Annotations
- @nowarn()