object ViewConfirmationParameters extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewConfirmationParameters
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class InvalidViewConfirmationParameters(message: String) extends RuntimeException with Product with Serializable

    Indicates an attempt to create an invalid ViewConfirmationParameters.

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() @IntrinsicCandidate()
  6. def confirmBySender(canConfirm: Boolean, topologySnapshot: TopologySnapshot, sender: ParticipantId, confirmers: Set[ConfirmingParty])(implicit ec: ExecutionContext): Future[Set[LfPartyId]]
  7. def confirmersIdsFromQuorums(quorums: Seq[Quorum]): Set[LfPartyId]

    Extracts all confirming parties' distinct IDs from the list of quorums

  8. def create(informees: Map[LfPartyId, TrustLevel], quorums: Seq[Quorum]): Either[InvariantViolation, ViewConfirmationParameters]

    Starting from protocol version com.digitalasset.canton.version.ProtocolVersion.v6 there can be multiple quorums/threshold.

    Starting from protocol version com.digitalasset.canton.version.ProtocolVersion.v6 there can be multiple quorums/threshold. Therefore, we need to make sure those quorums confirmers are present in the list of informees.

  9. def create(informees: Set[Informee], threshold: NonNegativeInt): ViewConfirmationParameters

    Until protocol version com.digitalasset.canton.version.ProtocolVersion.v5 there is ONLY ONE QUORUM containing all confirming parties from the list of informees and a threshold.

    Until protocol version com.digitalasset.canton.version.ProtocolVersion.v5 there is ONLY ONE QUORUM containing all confirming parties from the list of informees and a threshold. We need to make sure the same informee does not have different trust levels.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def tryCreate(informees: Map[LfPartyId, TrustLevel], quorums: Seq[Quorum]): ViewConfirmationParameters
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. 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
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped