final case class MuSig2CombineKeysRequest(allSignerPubkeys: Seq[ByteString] = _root_.scala.Seq.empty, tweaks: Seq[TweakDesc] = _root_.scala.Seq.empty, taprootTweak: Option[TaprootTweakDesc] = _root_.scala.None, version: MuSig2Version = signrpc.MuSig2Version.MUSIG2_VERSION_UNDEFINED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MuSig2CombineKeysRequest] with Product with Serializable

allSignerPubkeys

A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session. The list will always be sorted lexicographically internally. This must include the local key which is described by the above key_loc.

tweaks

A series of optional generic tweaks to be applied to the the aggregated public key.

taprootTweak

An optional taproot specific tweak that must be specified if the MuSig2 combined key will be used as the main taproot key of a taproot output on-chain.

version

The mandatory version of the MuSig2 BIP draft to use. This is necessary to differentiate between the changes that were made to the BIP while this experimental RPC was already released. Some of those changes affect how the combined key and nonces are created.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuSig2CombineKeysRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MuSig2CombineKeysRequest(allSignerPubkeys: Seq[ByteString] = _root_.scala.Seq.empty, tweaks: Seq[TweakDesc] = _root_.scala.Seq.empty, taprootTweak: Option[TaprootTweakDesc] = _root_.scala.None, version: MuSig2Version = signrpc.MuSig2Version.MUSIG2_VERSION_UNDEFINED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    allSignerPubkeys

    A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session. The list will always be sorted lexicographically internally. This must include the local key which is described by the above key_loc.

    tweaks

    A series of optional generic tweaks to be applied to the the aggregated public key.

    taprootTweak

    An optional taproot specific tweak that must be specified if the MuSig2 combined key will be used as the main taproot key of a taproot output on-chain.

    version

    The mandatory version of the MuSig2 BIP draft to use. This is necessary to differentiate between the changes that were made to the BIP while this experimental RPC was already released. Some of those changes affect how the combined key and nonces are created.

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. def addAllAllSignerPubkeys(__vs: Iterable[ByteString]): MuSig2CombineKeysRequest
  5. def addAllSignerPubkeys(__vs: ByteString*): MuSig2CombineKeysRequest
  6. def addAllTweaks(__vs: Iterable[TweakDesc]): MuSig2CombineKeysRequest
  7. def addTweaks(__vs: TweakDesc*): MuSig2CombineKeysRequest
  8. val allSignerPubkeys: Seq[ByteString]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearAllSignerPubkeys: MuSig2CombineKeysRequest
  11. def clearTaprootTweak: MuSig2CombineKeysRequest
  12. def clearTweaks: MuSig2CombineKeysRequest
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def companion: MuSig2CombineKeysRequest.type
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  15. def discardUnknownFields: MuSig2CombineKeysRequest
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  21. def getTaprootTweak: TaprootTweakDesc
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val taprootTweak: Option[TaprootTweakDesc]
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  34. val tweaks: Seq[TweakDesc]
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[MuSig2CombineKeysRequest, MuSig2CombineKeysRequest]) => Mutation[MuSig2CombineKeysRequest]*): MuSig2CombineKeysRequest
    Definition Classes
    Updatable
  37. val version: MuSig2Version
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withAllSignerPubkeys(__v: Seq[ByteString]): MuSig2CombineKeysRequest
  42. def withTaprootTweak(__v: TaprootTweakDesc): MuSig2CombineKeysRequest
  43. def withTweaks(__v: Seq[TweakDesc]): MuSig2CombineKeysRequest
  44. def withUnknownFields(__v: UnknownFieldSet): MuSig2CombineKeysRequest
  45. def withVersion(__v: MuSig2Version): MuSig2CombineKeysRequest
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MuSig2CombineKeysRequest → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped