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
- 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
- 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
- def serviceCompanion: ServiceCompanion[InspectionService]
- Definition Classes
- InspectionService → AbstractService