object bootstrap extends Helpful
- Annotations
- @Summary(s = "Functions to bootstrap/setup decentralized namespaces or full synchronizers", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Bootstrap")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bootstrap
- 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()
- def decentralized_namespace(owners: Seq[InstanceReference], threshold: PositiveInt, store: TopologyStoreId = TopologyStoreId.Authorized): (Namespace, Seq[GenericSignedTopologyTransaction])
- Annotations
- @Summary(s = "Bootstraps a decentralized namespace for the provided owners", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the decentralized namespace, the fully authorized transaction of its definition, as well
|as all root certificates of the owners. This allows other nodes to import and
|fully validate the decentralized namespace definition.
|After this call has finished successfully, all of the owners have stored the co-owners' identity topology
|transactions as well as the fully authorized decentralized namespace definition in the specified topology store.""")
- 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
- 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 onboard_new_sequencer(synchronizerId: SynchronizerId, newSequencer: SequencerReference, existingSequencer: SequencerReference, synchronizerOwners: Set[InstanceReference], isBftSequencer: Boolean = false)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Annotations
- @Summary(s = "Onboards a new Sequencer node.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "Onboards a new Sequencer node using an existing node from the network.")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def synchronizer(synchronizerName: String, sequencers: Seq[SequencerReference], mediatorsToSequencers: Map[MediatorReference, (Seq[SequencerReference], PositiveInt)], synchronizerOwners: Seq[InstanceReference], synchronizerThreshold: PositiveInt, staticSynchronizerParameters: StaticSynchronizerParameters, mediatorRequestAmplification: SubmissionRequestAmplification, mediatorThreshold: PositiveInt)(implicit consoleEnvironment: ConsoleEnvironment): SynchronizerId
- Annotations
- @Summary(s = "Bootstraps a new synchronizer.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Bootstraps a new synchronizer with the given static synchronizer parameters and members.
|Any participants as synchronizer owners must still manually connect to the synchronizer afterwards.
|
|Parameters:
| mediatorsToSequencers: map of mediator reference to a tuple of a sequence of sequencer references and
| the sequencer trust threshold for the given mediator.
""")
- def synchronizer(synchronizerName: String, sequencers: Seq[SequencerReference], mediators: Seq[MediatorReference], synchronizerOwners: Seq[InstanceReference], synchronizerThreshold: PositiveInt, staticSynchronizerParameters: StaticSynchronizerParameters, mediatorRequestAmplification: SubmissionRequestAmplification = SubmissionRequestAmplification.NoAmplification, mediatorThreshold: PositiveInt = PositiveInt.one)(implicit consoleEnvironment: ConsoleEnvironment): SynchronizerId
- Annotations
- @Summary(s = "Bootstraps a new synchronizer.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Bootstraps a new synchronizer with the given static synchronizer parameters and members.
|Any participants as synchronizer owners must still manually connect to the synchronizer afterwards.
""")
- 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])