object bft
- Annotations
- @Summary(s = "Methods used to manage BFT sequencers; they'll fail on non-BFT sequencers", flag = console.this.Help.Summary.<init>$default$2)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bft
- 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
- def add_peer_endpoint(endpointConfig: P2PEndpointConfig): Unit
- Annotations
- @Summary(s = "Add a new peer endpoint", flag = console.this.Help.Summary.<init>$default$2)
- 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 get_ordering_topology(): OrderingTopology
- Annotations
- @Summary(s = "Get the currently active ordering topology", flag = console.this.Help.Summary.<init>$default$2)
- def get_peer_network_status(endpoints: Option[Iterable[EndpointId]] = None): PeerNetworkStatus
- Annotations
- @Summary(s = "Get peer network status", flag = console.this.Help.Summary.<init>$default$2)
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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 remove_peer_endpoint(peerEndpointId: EndpointId): Unit
- Annotations
- @Summary(s = "Remove a peer endpoint", flag = console.this.Help.Summary.<init>$default$2)
- 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])