final case class VerifyMessageReq(msg: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, signature: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, isSchnorrSig: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[VerifyMessageReq] with Product with Serializable
- msg
The message over which the signature is to be verified. When using REST, this field must be encoded as base64.
- signature
The fixed-size LN wire encoded signature to be verified over the given message. When using REST, this field must be encoded as base64.
- pubkey
The public key the signature has to be valid for. When using REST, this field must be encoded as base64. If the is_schnorr_sig option is true, then the public key is expected to be in the 32-byte x-only serialization according to BIP-340.
- isSchnorrSig
Specifies if the signature is a Schnorr signature.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- VerifyMessageReq
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new VerifyMessageReq(msg: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, signature: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, isSchnorrSig: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- msg
The message over which the signature is to be verified. When using REST, this field must be encoded as base64.
- signature
The fixed-size LN wire encoded signature to be verified over the given message. When using REST, this field must be encoded as base64.
- pubkey
The public key the signature has to be valid for. When using REST, this field must be encoded as base64. If the is_schnorr_sig option is true, then the public key is expected to be in the 32-byte x-only serialization according to BIP-340.
- isSchnorrSig
Specifies if the signature is a Schnorr signature.
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()
- def companion: VerifyMessageReq.type
- Definition Classes
- VerifyMessageReq → GeneratedMessage
- def discardUnknownFields: VerifyMessageReq
- 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
- VerifyMessageReq → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- VerifyMessageReq → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSchnorrSig: Boolean
- val msg: 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
- val pubkey: ByteString
- def serializedSize: Int
- Definition Classes
- VerifyMessageReq → GeneratedMessage
- val signature: ByteString
- 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
- VerifyMessageReq → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[VerifyMessageReq, VerifyMessageReq]) => Mutation[VerifyMessageReq]*): VerifyMessageReq
- Definition Classes
- Updatable
- 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 withIsSchnorrSig(__v: Boolean): VerifyMessageReq
- def withMsg(__v: ByteString): VerifyMessageReq
- def withPubkey(__v: ByteString): VerifyMessageReq
- def withSignature(__v: ByteString): VerifyMessageReq
- def withUnknownFields(__v: UnknownFieldSet): VerifyMessageReq
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- VerifyMessageReq → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage