class GrpcInspectionService extends InspectionService
- Alphabetic
- By Inheritance
- GrpcInspectionService
- InspectionService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GrpcInspectionService(syncStateInspection: SyncStateInspection, aliasManager: DomainAliasManager)(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]) @native() @IntrinsicCandidate()
- def countInFlight(request: Request): Future[Response]
Count in-flight submissions and transactions for a domain
Count in-flight submissions and transactions for a domain
- Definition Classes
- GrpcInspectionService → InspectionService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookupContractDomain(request: Request): Future[Response]
Lookup the domain where a contract is currently active.
Lookup the domain where a contract is currently active. Supports querying many contracts at once.
- Definition Classes
- GrpcInspectionService → InspectionService
- def lookupOffsetByIndex(request: Request): Future[Response]
Look up the ledger offset by an index, e.g.
Look up the ledger offset by an index, e.g. 1 returns the first offset, 2 the second, etc.
- Definition Classes
- GrpcInspectionService → InspectionService
- def lookupOffsetByTime(request: Request): Future[Response]
Look up the ledger offset corresponding to the timestamp, specifically the largest offset such that no later offset corresponds to a later timestamp than the specified one.
Look up the ledger offset corresponding to the timestamp, specifically the largest offset such that no later offset corresponds to a later timestamp than the specified one.
- Definition Classes
- GrpcInspectionService → InspectionService
- def lookupTransactionDomain(request: Request): Future[Response]
Lookup the domain that the transaction was committed over.
Lookup the domain that the transaction was committed over. Can fail with NOT_FOUND if no domain was found.
- Definition Classes
- GrpcInspectionService → InspectionService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def serviceCompanion: ServiceCompanion[InspectionService]
- Definition Classes
- InspectionService → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])