final case class AuthorizeRequest(type: Type, mustFullyAuthorize: Boolean, forceChange: Boolean, signedBy: Seq[String]) extends GeneratedMessage with Updatable[AuthorizeRequest] with Product with Serializable
- mustFullyAuthorize
* If true: the transaction is only signed if the new signatures will result in the transaction being fully authorized. Otherwise returns as an error. If false: the transaction is signed and the signature distributed. The transaction may still not be fully authorized and remain as a proposal.
- forceChange
* Force change even if dangerous
- signedBy
* Fingerprint of the keys signing the authorization The signing key is used to identify a particular
NamespaceDelegationorIdentifierDelegationcertificate, which is used to justify the given authorization. If optional, it will be auto-determined.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- AuthorizeRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AuthorizeRequest(type: Type, mustFullyAuthorize: Boolean, forceChange: Boolean, signedBy: Seq[String])
- mustFullyAuthorize
* If true: the transaction is only signed if the new signatures will result in the transaction being fully authorized. Otherwise returns as an error. If false: the transaction is signed and the signature distributed. The transaction may still not be fully authorized and remain as a proposal.
- forceChange
* Force change even if dangerous
- signedBy
* Fingerprint of the keys signing the authorization The signing key is used to identify a particular
NamespaceDelegationorIdentifierDelegationcertificate, which is used to justify the given authorization. If optional, it will be auto-determined.
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 addAllSignedBy(__vs: Iterable[String]): AuthorizeRequest
- def addSignedBy(__vs: String*): AuthorizeRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearSignedBy: AuthorizeRequest
- def clearType: AuthorizeRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: AuthorizeRequest.type
- Definition Classes
- AuthorizeRequest → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val forceChange: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AuthorizeRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AuthorizeRequest → GeneratedMessage
- def getProposal: Proposal
- def getTransactionHash: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mustFullyAuthorize: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- AuthorizeRequest → GeneratedMessage
- val signedBy: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- AuthorizeRequest → GeneratedMessage
- val type: Type
- def update(ms: (Lens[AuthorizeRequest, AuthorizeRequest]) => Mutation[AuthorizeRequest]*): AuthorizeRequest
- 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 withForceChange(__v: Boolean): AuthorizeRequest
- def withMustFullyAuthorize(__v: Boolean): AuthorizeRequest
- def withProposal(__v: Proposal): AuthorizeRequest
- def withSignedBy(__v: Seq[String]): AuthorizeRequest
- def withTransactionHash(__v: String): AuthorizeRequest
- def withType(__v: Type): AuthorizeRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AuthorizeRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage