static Destination |
Destination.blinded_path(BlindedPath a) |
Utility method to constructs a new BlindedPath-variant Destination
|
boolean |
BlindedPath.eq(BlindedPath b) |
Checks if two BlindedPaths contain equal inner contents.
|
static TwoTuple_BlindedPayInfoBlindedPathZ |
TwoTuple_BlindedPayInfoBlindedPathZ.of(BlindedPayInfo a,
BlindedPath b) |
Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.
|
static Result_BlindedPathDecodeErrorZ |
Result_BlindedPathDecodeErrorZ.ok(BlindedPath o) |
Creates a new CResult_BlindedPathDecodeErrorZ in the success state.
|
static Result_BlindedPathNoneZ |
Result_BlindedPathNoneZ.ok(BlindedPath o) |
Creates a new CResult_BlindedPathNoneZ in the success state.
|
Result_NoneSendErrorZ |
OnionMessenger.send_onion_message(byte[][] intermediate_nodes,
Destination destination,
OnionMessageContents message,
BlindedPath reply_path) |
Send an onion message with contents `message` to `destination`, routing it through `intermediate_nodes`.
|