Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bootstrap
  2. Helpful
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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]) @IntrinsicCandidate() @native()
  6. 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."""
    )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. 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"))
  12. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. 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.")
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. 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.
    """
    )
  20. 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.
    """
    )
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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

    (Since version 9)

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped