Decrypted Failure Packet
data class DecryptedFailurePacket(originNode: PublicKey, failureMessage: FailureMessage)
Content copied to clipboard
A properly decrypted failure from a node in the route.
Parameters
origin Node
public key of the node that generated the failure.
failure Message
friendly failure message.
Constructors
DecryptedFailurePacket
Link copied to clipboard
fun DecryptedFailurePacket(originNode: PublicKey, failureMessage: FailureMessage)
Content copied to clipboard