Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CommandResult extends PrettyPrinting with Product with Serializable
  2. class CommandSubmitterWithRetry extends NamedLogging with FlagCloseableAsync

    Wraps a synchronous command client with the ability to retry commands that failed with retryable errors

Value Members

  1. object CommandResult extends Serializable
  2. object JavaDecodeUtil

    Java event decoders

    Java event decoders

    If you use scalapb GRPC bindings, then you need to map the events to Java Proto using: JavaCreatedEvent.fromProto(ScalaCreatedEvent.toJavaProto(scalaProtoEvent)) javaapi.data.Transaction.fromProto(Transaction.toJavaProto(scalaTx))

    Annotations
    @nowarn()
  3. object LedgerConnection

Ungrouped