trait GrpcAdminCommand[Req, Res, Result] extends AdminCommand[Req, Res, Result]

cantonctl GRPC Command

Linear Supertypes
AdminCommand[Req, Res, Result], AnyRef, Any
Known Subclasses
BaseDomainServiceCommand, GetDomainParameters, Initialize, ListAcceptedServiceAgreements, AwaitTime, BaseDomainTimeCommand, FetchTime, BaseMediatorAdministrationCommand, BaseMediatorInitializationCommand, Initialize, Prune, AuthorizeLedgerIdentity, BaseSequencerAdministrationCommand, BaseSequencerInitializationCommand, BaseSequencerTopologyBootstrapCommand, BootstrapTopology, DisableMember, Initialize, Prune, Snapshot, BaseCommand, GetActiveContracts, BaseCommand, CompletionCheckpointRequest, CompletionEnd, CompletionRequest, BaseCommand, SubmitAndWaitTransaction, SubmitAndWaitTransactionTree, BaseCommand, Submit, BaseCommand, GetLedgerConfiguration, GetLedgerIdentity, BaseCommand, GetReport, BaseCommand, ListKnownPackages, UploadDarFile, BaseCommand, Prune, AllocateParty, ListKnownParties, BaseCommand, GetLedgerEnd, GetTransactionById, SubscribeBase, SubscribeFlat, SubscribeTrees, BaseCommand, Create, Delete, List, Grant, List, Revoke, AcceptAgreement, Base, ConnectDomain, DisconnectDomain, GetAgreement, GetDomainId, ListConfiguredDomains, ListConnectedDomains, ModifyDomainConnection, ReconnectDomains, RegisterDomain, Base, LookupContractDomain, LookupOffsetByIndex, LookupOffsetByTime, LookupTransactionDomain, AcceptShareOffer, GetDar, List, ListContents, ListDars, ListShareOffers, ListShareRequests, PackageCommand, RejectShareOffer, RemoveDar, RemovePackage, ShareDar, UploadDar, WhitelistAdd, WhitelistList, WhitelistRemove, SetPartyDisplayName, Ping, Base, PruneInternallyCommand, SetPassiveCommand, Base, GetResourceLimits, SetResourceLimits, Base, TransferIn, TransferOut, TransferSearch, BaseSequencerAdministrationCommands, GetPruningStatus, FromStatus, GetStatus, GetStatusBase, IsInitialized, IsRunning, BaseCommand, ListKeyOwners, ListParties, BaseInitializationService, GetId, InitId, BaseCommand, ListAll, ListDomainParametersChanges, ListIdentifierDelegation, ListMediatorDomainState, ListNamespaceDelegation, ListOwnerToKeyMapping, ListParticipantDomainState, ListPartyToParticipant, ListSignedLegalIdentityClaim, ListStores, ListVettedPackages, AddSignedTopologyTransaction, AuthorizeDomainParametersChange, AuthorizeIdentifierDelegation, AuthorizeMediatorDomainState, AuthorizeNamespaceDelegation, AuthorizeOwnerToKeyMapping, AuthorizeParticipantDomainState, AuthorizePartyToParticipant, AuthorizeSignedLegalIdentityClaim, AuthorizeVettedPackages, BaseClaimCommand, BaseCommand, BaseWriteCommand, GenerateSignedLegalIdentityClaim, GenerateX509IdentityClaim, BaseImportPublicKey, BaseVaultAdminCommand, GenerateCertificate, GenerateEncryptionKey, GenerateSigningKey, ImportCertificate, ImportPublicKey, ListCertificates, ListKeys, ListMyKeys, ListPublicKeys, RotateHmacSecret
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcAdminCommand
  2. AdminCommand
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Svc <: AbstractStub[Svc]

Abstract Value Members

  1. abstract def createRequest(): Either[String, Req]

    Create the request from configured options

    Create the request from configured options

    Definition Classes
    AdminCommand
  2. abstract def createService(channel: ManagedChannel): Svc

    Create the GRPC service to call

  3. abstract def handleResponse(response: Res): Either[String, Result]

    Handle the response the service has provided

    Handle the response the service has provided

    Definition Classes
    AdminCommand
  4. abstract def submitRequest(service: Svc, request: Req): Future[Res]

    Submit the created request to our service

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fullName: String

    Command's full name used to identify command in logging and span reporting

    Command's full name used to identify command in logging and span reporting

    Definition Classes
    AdminCommand
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def timeoutType: TimeoutType

    Determines within which time frame the request should complete

    Determines within which time frame the request should complete

    Some requests can run for a very long time. In this case, they should be "unbounded". For other requests, you will want to set a custom timeout apart from the global default bounded timeout

    Definition Classes
    AdminCommand
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AdminCommand[Req, Res, Result]

Inherited from AnyRef

Inherited from Any

Ungrouped