IntroductionNode

case class IntroductionNode(publicKey: PublicKey, blindedPublicKey: PublicKey, blindingEphemeralKey: PublicKey, encryptedPayload: ByteVector)
Value parameters:
blindedPublicKey

blinded public key, which hides the real public key.

blindingEphemeralKey

blinding tweak that can be used by the receiving node to derive the private key that matches the blinded public key.

encryptedPayload

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

publicKey

introduction node's public key (which cannot be blinded since the sender need to find a route to it).

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

Value members

Inherited methods

Inherited from:
Product