BlindedNode

case class BlindedNode(blindedPublicKey: PublicKey, encryptedPayload: ByteVector)
Value parameters:
blindedPublicKey

blinded public key, which hides the real public key.

encryptedPayload

encrypted payload that can be decrypted with the receiving node's private key and the blinding ephemeral key.

Source:
Sphinx.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product