object vetted_packages extends Helpful
- Annotations
- @Summary(s = "Manage package vettings", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Vetted Packages")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- vetted_packages
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(store: Option[TopologyStoreId] = None, proposals: Boolean = false, timeQuery: TimeQuery = TimeQuery.HeadState, operation: Option[TopologyChangeOp] = Some(TopologyChangeOp.Replace), filterParticipant: String = "", filterSigningKey: String = "", protocolVersion: Option[String] = None): Seq[ListVettedPackagesResult]
- 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()
- def propose(participant: ParticipantId, packages: Seq[VettedPackage], store: TopologyStoreId = TopologyStoreId.Authorized, mustFullyAuthorize: Boolean = false, synchronize: Option[NonNegativeDuration] = Some(
consoleEnvironment.commandTimeouts.bounded
), serial: Option[PositiveInt] = None, signedBy: Option[Fingerprint] = None, force: ForceFlags = ForceFlags.none, operation: TopologyChangeOp = TopologyChangeOp.Replace): Unit
- Annotations
- @Summary(s = "Replace package vettings", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """A participant will only process transactions that reference packages that all involved participants have
|vetted previously. Vetting is done by registering a respective topology transaction with the synchronizer,
|which can then be used by other participants to verify that a transaction is only using
|vetted packages.
|Note that all referenced and dependent packages must exist in the package store.
participantId: the identifier of the participant vetting the packages
packages: The lf-package ids with validity boundaries to be vetted that will replace the previous vetted packages.
store: - "Authorized": the topology transaction will be stored in the node's authorized store and automatically
propagated to connected synchronizers, if applicable.
- "<synchronizer id>": the topology transaction will be directly submitted to the specified synchronizer without
storing it locally first. This also means it will _not_ be synchronized to other synchronizers automatically.
mustFullyAuthorize: when set to true, the proposal's previously received signatures and the signature of this node must be
sufficient to fully authorize the topology transaction. if this is not the case, the request fails.
when set to false, the proposal retains the proposal status until enough signatures are accumulated to
satisfy the mapping's authorization requirements.
serial: ted serial this topology transaction should have. Serials must be contiguous and start at 1.
This transaction will be rejected if another fully authorized transaction with the same serial already
exists, or if there is a gap between this serial and the most recently used serial.
If None, the serial will be automatically selected by the node.
signedBy: the fingerprint of the key to be used to sign this proposal
force: must be set when revoking the vetting of packagesIds""")
- def propose_delta(participant: ParticipantId, adds: Seq[VettedPackage] = Nil, removes: Seq[PackageId] = Nil, store: TopologyStoreId = TopologyStoreId.Authorized, mustFullyAuthorize: Boolean = false, synchronize: Option[NonNegativeDuration] = Some(
consoleEnvironment.commandTimeouts.bounded
), signedBy: Option[Fingerprint] = None, force: ForceFlags = ForceFlags.none): Unit
- Annotations
- @Summary(s = "Change package vettings", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """A participant will only process transactions that reference packages that all involved participants have
|vetted previously. Vetting is done by registering a respective topology transaction with the synchronizer,
|which can then be used by other participants to verify that a transaction is only using
|vetted packages.
|Note that all referenced and dependent packages must exist in the package store.
participantId: the identifier of the participant vetting the packages
adds: The lf-package ids to be vetted.
removes: The lf-package ids to be unvetted.
store: - "Authorized": the topology transaction will be stored in the node's authorized store and automatically
propagated to connected synchronizers, if applicable.
- "<synchronizer id>": the topology transaction will be directly submitted to the specified synchronizer without
storing it locally first. This also means it will _not_ be synchronized to other synchronizers
automatically.
filterParticipant: Filter for participants starting with the given filter string.
mustFullyAuthorize: when set to true, the proposal's previously received signatures and the signature of this node must be
sufficient to fully authorize the topology transaction. if this is not the case, the request fails.
when set to false, the proposal retains the proposal status until enough signatures are accumulated to
satisfy the mapping's authorization requirements.
signedBy: the fingerprint of the key to be used to sign this proposal
force: must be set when revoking the vetting of packagesIds
|""")
- 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])