BlindedRoute

case class BlindedRoute(introductionNodeId: PublicKey, blindingKey: PublicKey, blindedNodes: Seq[BlindedNode])
Value parameters:
blindedNodes

blinded nodes (including the introduction node).

blindingKey

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

introductionNodeId

the first node, not blinded so that the sender can locate it.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product