com.digitalasset.canton.protocol.v30
DecentralizedNamespaceDefinition
Companion object DecentralizedNamespaceDefinition
final case class DecentralizedNamespaceDefinition(decentralizedNamespace: String, threshold: Int, owners: Seq[String]) extends GeneratedMessage with Updatable[DecentralizedNamespaceDefinition] with Product with Serializable
a decentralized namespace definition that creates a new namespace supported by the the original owners authorization: the decentralized namespace definition with serial = 1 must be authorized by all the owners of the namespace that form the decentralized namespace. for definitions with serial > 1, we need the authorization of #threshold owners plus all new owners
any further transaction within the decentralized namespace other than decentralized namespace definitions needs #threshold signatures of the owners
UNIQUE(decentralized_namespace)
- decentralizedNamespace
name of the decentralized namespace, computed from the hash of its initial owners
- threshold
the threshold required for any subsequent update signing
- owners
the namespaces of the owners
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- DecentralizedNamespaceDefinition
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DecentralizedNamespaceDefinition(decentralizedNamespace: String, threshold: Int, owners: Seq[String])
- decentralizedNamespace
name of the decentralized namespace, computed from the hash of its initial owners
- threshold
the threshold required for any subsequent update signing
- owners
the namespaces of the owners
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 addAllOwners(__vs: Iterable[String]): DecentralizedNamespaceDefinition
- def addOwners(__vs: String*): DecentralizedNamespaceDefinition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOwners: DecentralizedNamespaceDefinition
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DecentralizedNamespaceDefinition.type
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- val decentralizedNamespace: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- 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()
- val owners: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val threshold: Int
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- def update(ms: (Lens[DecentralizedNamespaceDefinition, DecentralizedNamespaceDefinition]) => Mutation[DecentralizedNamespaceDefinition]*): DecentralizedNamespaceDefinition
- Definition Classes
- Updatable
- 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])
- def withDecentralizedNamespace(__v: String): DecentralizedNamespaceDefinition
- def withOwners(__v: Seq[String]): DecentralizedNamespaceDefinition
- def withThreshold(__v: Int): DecentralizedNamespaceDefinition
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DecentralizedNamespaceDefinition → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage