Packages

c

signrpc.MuSig2SessionResponse

MuSig2SessionResponseLens

implicit class MuSig2SessionResponseLens[UpperPB] extends ObjectLens[UpperPB, MuSig2SessionResponse]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuSig2SessionResponseLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MuSig2SessionResponseLens(_l: Lens[UpperPB, MuSig2SessionResponse])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: MuSig2SessionResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combinedKey: Lens[UpperPB, ByteString]
  8. def compose[B](other: Lens[MuSig2SessionResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def field[A](getter: (MuSig2SessionResponse) => A)(setter: (MuSig2SessionResponse, A) => MuSig2SessionResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  12. def field[A](lens: Lens[MuSig2SessionResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def get(u: UpperPB): MuSig2SessionResponse
    Definition Classes
    ObjectLens → Lens
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def haveAllNonces: Lens[UpperPB, Boolean]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def localPublicNonces: Lens[UpperPB, ByteString]
  20. def modify(f: (MuSig2SessionResponse) => MuSig2SessionResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def sessionId: Lens[UpperPB, ByteString]
  25. def set(c: MuSig2SessionResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  26. def setIfDefined(aOpt: Option[MuSig2SessionResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def taprootInternalKey: Lens[UpperPB, ByteString]
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def update(ms: (Lens[MuSig2SessionResponse, MuSig2SessionResponse]) => Mutation[MuSig2SessionResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  31. def version: Lens[UpperPB, MuSig2Version]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (MuSig2SessionResponse, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, MuSig2SessionResponse]

Inherited from Lens[UpperPB, MuSig2SessionResponse]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped