final case class MuSig2SessionResponse(sessionId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, combinedKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, taprootInternalKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localPublicNonces: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, haveAllNonces: Boolean = false, version: MuSig2Version = signrpc.MuSig2Version.MUSIG2_VERSION_UNDEFINED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MuSig2SessionResponse] with Product with Serializable
- sessionId
The unique ID that represents this signing session. A session can be used for producing a signature a single time. If the signing fails for any reason, a new session with the same participants needs to be created.
- combinedKey
The combined public key (in the 32-byte x-only format) with all tweaks applied to it. If a taproot tweak is specified, this corresponds to the taproot key that can be put into the on-chain output.
- taprootInternalKey
The raw combined public key (in the 32-byte x-only format) before any tweaks are applied to it. If a taproot tweak is specified, this corresponds to the internal key that needs to be put into the witness if the script spend path is used.
- localPublicNonces
The two public nonces the local signer uses, combined into a single value of 66 bytes. Can be split into the two 33-byte points to get the individual nonces.
- haveAllNonces
Indicates whether all nonces required to start the signing process are known now.
- version
The version of the MuSig2 BIP that was used to create the session.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- MuSig2SessionResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MuSig2SessionResponse(sessionId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, combinedKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, taprootInternalKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, localPublicNonces: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, haveAllNonces: Boolean = false, version: MuSig2Version = signrpc.MuSig2Version.MUSIG2_VERSION_UNDEFINED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- sessionId
The unique ID that represents this signing session. A session can be used for producing a signature a single time. If the signing fails for any reason, a new session with the same participants needs to be created.
- combinedKey
The combined public key (in the 32-byte x-only format) with all tweaks applied to it. If a taproot tweak is specified, this corresponds to the taproot key that can be put into the on-chain output.
- taprootInternalKey
The raw combined public key (in the 32-byte x-only format) before any tweaks are applied to it. If a taproot tweak is specified, this corresponds to the internal key that needs to be put into the witness if the script spend path is used.
- localPublicNonces
The two public nonces the local signer uses, combined into a single value of 66 bytes. Can be split into the two 33-byte points to get the individual nonces.
- haveAllNonces
Indicates whether all nonces required to start the signing process are known now.
- version
The version of the MuSig2 BIP that was used to create the session.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val combinedKey: ByteString
- def companion: MuSig2SessionResponse.type
- Definition Classes
- MuSig2SessionResponse → GeneratedMessage
- def discardUnknownFields: MuSig2SessionResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- MuSig2SessionResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- MuSig2SessionResponse → GeneratedMessage
- val haveAllNonces: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localPublicNonces: ByteString
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- MuSig2SessionResponse → GeneratedMessage
- val sessionId: ByteString
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val taprootInternalKey: ByteString
- 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
- MuSig2SessionResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[MuSig2SessionResponse, MuSig2SessionResponse]) => Mutation[MuSig2SessionResponse]*): MuSig2SessionResponse
- Definition Classes
- Updatable
- val version: MuSig2Version
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withCombinedKey(__v: ByteString): MuSig2SessionResponse
- def withHaveAllNonces(__v: Boolean): MuSig2SessionResponse
- def withLocalPublicNonces(__v: ByteString): MuSig2SessionResponse
- def withSessionId(__v: ByteString): MuSig2SessionResponse
- def withTaprootInternalKey(__v: ByteString): MuSig2SessionResponse
- def withUnknownFields(__v: UnknownFieldSet): MuSig2SessionResponse
- def withVersion(__v: MuSig2Version): MuSig2SessionResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- MuSig2SessionResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage