| AcceptChannel |
An accept_channel message to be sent or received from a peer
|
| Access |
The `Access` trait defines behavior for accessing chain data and state, such as blocks and
UTXOs.
|
| AnnouncementSignatures |
An announcement_signatures message to be sent or received from a peer
|
| APIError |
Indicates an error on the client's part (usually some variant of attempting to use too-low or
too-high values)
|
| APIError.APIMisuseError |
Indicates the API was wholly misused (see err for more).
|
| APIError.ChannelUnavailable |
We were unable to complete the request as the Channel required to do so is unable to
complete the request (or was not found).
|
| APIError.FeeRateTooHigh |
Due to a high feerate, we were unable to complete the request.
|
| APIError.IncompatibleShutdownScript |
[`KeysInterface::get_shutdown_scriptpubkey`] returned a shutdown scriptpubkey incompatible
with the channel counterparty as negotiated in [`InitFeatures`].
|
| APIError.MonitorUpdateFailed |
An attempt to call watch/update_channel returned an Err (ie you did this!), causing the
attempted action to fail.
|
| APIError.RouteError |
A malformed Route was provided (eg overflowed value, node id mismatch, overly-looped route,
too-many-hops, etc).
|
| BackgroundProcessor |
`BackgroundProcessor` takes care of tasks that (1) need to happen periodically to keep
Rust-Lightning running properly, and (2) either can or should be run in the background.
|
| Balance |
Details about the balance(s) available for spending once the channel appears on chain.
|
| Balance.ClaimableAwaitingConfirmations |
The channel has been closed, and the given balance is ours but awaiting confirmations until
we consider it spendable.
|
| Balance.ClaimableOnChannelClose |
The channel is not yet closed (or the commitment or closing transaction has not yet
appeared in a block).
|
| Balance.ContentiousClaimable |
The channel has been closed, and the given balance should be ours but awaiting spending
transaction confirmation.
|
| Balance.MaybeClaimableHTLCAwaitingTimeout |
HTLCs which we sent to our counterparty which are claimable after a timeout (less on-chain
fees) if the counterparty does not know the preimage for the HTLCs.
|
| BaseSign |
A trait to sign lightning channel transactions as described in BOLT 3.
|
| Bech32Error |
Represents an error returned from the bech32 library during validation of some bech32 data
|
| Bech32Error.InvalidChar |
Some part of the string contains an invalid character
|
| Bech32Error.InvalidChecksum |
The checksum does not match the rest of the data
|
| Bech32Error.InvalidData |
Some part of the data has an invalid value
|
| Bech32Error.InvalidLength |
The data or human-readable part is too long or too short
|
| Bech32Error.InvalidPadding |
The bit conversion failed due to a padding issue
|
| Bech32Error.MissingSeparator |
String does not contain the separator character
|
| Bech32Error.MixedCase |
The whole string must be of one case
|
| BestBlock |
The best known block as identified by its hash and height.
|
| BigSize |
Lightning TLV uses a custom variable-length integer called BigSize.
|
| BroadcasterInterface |
An interface to send a transaction to the Bitcoin network.
|
| BuiltCommitmentTransaction |
A pre-built Bitcoin commitment transaction and its txid.
|
| ChainMonitor |
An implementation of [`chain::Watch`] for monitoring channels.
|
| ChainParameters |
Chain-related parameters used to construct a new `ChannelManager`.
|
| ChannelAnnouncement |
A channel_announcement message to be sent or received from a peer
|
| ChannelConfig |
Options which apply on a per-channel basis and may change at runtime or based on negotiation
with our counterparty.
|
| ChannelCounterparty |
Channel parameters which apply to our counterparty.
|
| ChannelDetails |
Details of a channel, as returned by ChannelManager::list_channels and ChannelManager::list_usable_channels
|
| ChannelFeatures |
Features used within a `channel_announcement` message.
|
| ChannelHandshakeConfig |
Configuration we set when applicable.
|
| ChannelHandshakeLimits |
Optional channel limits which are applied during channel creation.
|
| ChannelInfo |
Details about a channel (both directions).
|
| ChannelManager |
Manager which keeps track of a number of channels and sends messages to the appropriate
channel, also tracking HTLC preimages and forwarding onion packets appropriately.
|
| ChannelManagerReadArgs |
Arguments for the creation of a ChannelManager that are not deserialized.
|
| ChannelMessageHandler |
A trait to describe an object which can receive channel messages.
|
| ChannelMonitor |
A ChannelMonitor handles chain events (blocks connected and disconnected) and generates
on-chain transactions to ensure no loss of funds occurs.
|
| ChannelMonitorUpdate |
An update generated by the underlying Channel itself which contains some new information the
ChannelMonitor should be made aware of.
|
| ChannelPublicKeys |
One counterparty's public keys which do not change over the life of a channel.
|
| ChannelReady |
A channel_ready message to be sent or received from a peer
|
| ChannelReestablish |
A channel_reestablish message to be sent or received from a peer
|
| ChannelTransactionParameters |
Per-channel data used to build transactions in conjunction with the per-commitment data (CommitmentTransaction).
|
| ChannelTypeFeatures |
Features used within the channel_type field in an OpenChannel message.
|
| ChannelUpdate |
A channel_update message to be sent or received from a peer
|
| ChannelUpdateInfo |
Details about one direction of a channel as received within a [`ChannelUpdate`].
|
| ChannelUsage |
Proposed use of a channel passed as a parameter to [`Score::channel_penalty_msat`].
|
| ClosingSigned |
A closing_signed message to be sent or received from a peer
|
| ClosingSignedFeeRange |
The minimum and maximum fees which the sender is willing to place on the closing transaction.
|
| ClosingTransaction |
This class tracks the per-transaction information needed to build a closing transaction and will
actually build it and sign.
|
| ClosureReason |
The reason the channel was closed.
|
| ClosureReason.CommitmentTxConfirmed |
A commitment transaction was confirmed on chain, closing the channel.
|
| ClosureReason.CooperativeClosure |
The channel was closed after negotiating a cooperative close and we've now broadcasted
the cooperative close transaction.
|
| ClosureReason.CounterpartyForceClosed |
Closure generated from receiving a peer error message.
|
| ClosureReason.DisconnectedPeer |
The peer disconnected prior to funding completing.
|
| ClosureReason.FundingTimedOut |
The funding transaction failed to confirm in a timely manner on an inbound channel.
|
| ClosureReason.HolderForceClosed |
Closure generated from [`ChannelManager::force_close_channel`], called by the user.
|
| ClosureReason.OutdatedChannelManager |
Closure generated from `ChannelManager::read` if the ChannelMonitor is newer than
the ChannelManager deserialized.
|
| ClosureReason.ProcessingError |
Closure generated from processing an event, likely a HTLC forward/relay/reception.
|
| CommitmentSigned |
A commitment_signed message to be sent or received from a peer
|
| CommitmentTransaction |
This class tracks the per-transaction information needed to build a commitment transaction and will
actually build it and sign.
|
| CommitmentUpdate |
Struct used to return values from revoke_and_ack messages, containing a bunch of commitment
transaction updates if they were pending.
|
| Confirm |
The `Confirm` trait is used to notify when transactions have been confirmed on chain or
unconfirmed during a chain reorganization.
|
| CounterpartyChannelTransactionParameters |
Late-bound per-channel counterparty data used to build transactions.
|
| CounterpartyCommitmentSecrets |
Implements the per-commitment secret storage scheme from
[BOLT 3](https://github.com/lightning/bolts/blob/dcbf8583976df087c79c3ce0b535311212e6812d/03-transactions.md#efficient-per-commitment-secret-storage).
|
| CounterpartyForwardingInfo |
Information needed for constructing an invoice route hint for this channel.
|
| CustomMessageHandler |
Handler for BOLT1-compliant messages.
|
| CustomMessageReader |
Trait to be implemented by custom message (unrelated to the channel/gossip LN layers)
decoders.
|
| DataLossProtect |
Proof that the sender knows the per-commitment secret of the previous commitment transaction.
|
| DecodeError |
An error in decoding a message or struct.
|
| DefaultRouter |
A [`Router`] implemented using [`find_route`].
|
| DelayedPaymentOutputDescriptor |
Information about a spendable output to a P2WSH script.
|
| Description |
Description string
# Invariants
The description can be at most 639 __bytes__ long
|
| DirectedChannelInfo |
A wrapper around [`ChannelInfo`] representing information about the channel as directed from a
source node to a target node.
|
| DirectedChannelTransactionParameters |
Static channel fields used to build transactions given per-commitment fields, organized by
broadcaster/countersignatory.
|
| EffectiveCapacity |
The effective capacity of a channel for routing purposes.
|
| EffectiveCapacity.ExactLiquidity |
The available liquidity in the channel known from being a channel counterparty, and thus a
direct hop.
|
| EffectiveCapacity.Infinite |
A capacity sufficient to route any payment, typically used for private channels provided by
an invoice.
|
| EffectiveCapacity.MaximumHTLC |
The maximum HTLC amount in one direction as advertised on the gossip network.
|
| EffectiveCapacity.Total |
The total capacity of the channel as determined by the funding transaction.
|
| EffectiveCapacity.Unknown |
A capacity that is unknown possibly because either the chain state is unavailable to know
the total capacity or the `htlc_maximum_msat` was not advertised on the gossip network.
|
| ErrorAction |
Used to put an error message in a LightningError
|
| ErrorAction.DisconnectPeer |
The peer took some action which made us think they were useless.
|
| ErrorAction.IgnoreAndLog |
The peer did something harmless that we weren't able to meaningfully process.
|
| ErrorAction.IgnoreDuplicateGossip |
The peer provided us with a gossip message which we'd already seen.
|
| ErrorAction.IgnoreError |
The peer did something harmless that we weren't able to process, just log and ignore
|
| ErrorAction.SendErrorMessage |
The peer did something incorrect.
|
| ErrorAction.SendWarningMessage |
The peer did something incorrect.
|
| ErroringMessageHandler |
A dummy struct which implements `ChannelMessageHandler` without having any channels.
|
| ErrorMessage |
An error message to be sent or received from a peer
|
| Event |
An Event which you should probably take some action in response to.
|
| Event.ChannelClosed |
Used to indicate that a previously opened channel with the given `channel_id` is in the
process of closure.
|
| Event.DiscardFunding |
Used to indicate to the user that they can abandon the funding transaction and recycle the
inputs for another purpose.
|
| Event.FundingGenerationReady |
Used to indicate that the client should generate a funding transaction with the given
parameters and then call [`ChannelManager::funding_transaction_generated`].
|
| Event.HTLCHandlingFailed |
Indicates that the HTLC was accepted, but could not be processed when or after attempting to
forward it.
|
| Event.OpenChannelRequest |
Indicates a request to open a new channel by a peer.
|
| Event.PaymentClaimed |
Indicates a payment has been claimed and we've received money!
This most likely occurs when [`ChannelManager::claim_funds`] has been called in response
to an [`Event::PaymentReceived`].
|
| Event.PaymentFailed |
Indicates an outbound payment failed.
|
| Event.PaymentForwarded |
This event is generated when a payment has been successfully forwarded through us and a
forwarding fee earned.
|
| Event.PaymentPathFailed |
Indicates an outbound HTLC we sent failed.
|
| Event.PaymentPathSuccessful |
Indicates that a path for an outbound payment was successful.
|
| Event.PaymentReceived |
Indicates we've received (an offer of) money! Just gotta dig out that payment preimage and
feed it to [`ChannelManager::claim_funds`] to get it....
|
| Event.PaymentSent |
Indicates an outbound payment we made succeeded (i.e.
|
| Event.PendingHTLCsForwardable |
Used to indicate that [`ChannelManager::process_pending_htlc_forwards`] should be called at
a time in the future.
|
| Event.ProbeFailed |
Indicates that a probe payment we sent failed at an intermediary node on the path.
|
| Event.ProbeSuccessful |
Indicates that a probe payment we sent returned successful, i.e., only failed at the destination.
|
| Event.SpendableOutputs |
Used to indicate that an output which you should know how to spend was confirmed on chain
and is now spendable.
|
| EventHandler |
A trait implemented for objects handling events from [`EventsProvider`].
|
| EventsProvider |
A trait indicating an object may generate events.
|
| ExpandedKey |
A set of keys that were HKDF-expanded from an initial call to
[`KeysInterface::get_inbound_payment_key_material`].
|
| ExpiryTime |
Positive duration that defines when (relatively to the timestamp) in the future the invoice
expires
|
| Fallback |
Fallback address in case no LN payment is possible
|
| Fallback.PubKeyHash |
|
| Fallback.ScriptHash |
|
| Fallback.SegWitProgram |
|
| FeeEstimator |
A trait which should be implemented to provide feerate information on a number of time
horizons.
|
| FilesystemPersister |
FilesystemPersister persists channel data on disk, where each channel's
data is stored in a file named after its funding outpoint.
|
| Filter |
The `Filter` trait defines behavior for indicating chain activity of interest pertaining to
channels.
|
| FixedPenaltyScorer |
[`Score`] implementation that uses a fixed penalty.
|
| FundingCreated |
A funding_created message to be sent or received from a peer
|
| FundingSigned |
A funding_signed message to be sent or received from a peer
|
| GossipSync |
Either [`P2PGossipSync`] or [`RapidGossipSync`].
|
| GossipSync.None |
No gossip sync.
|
| GossipSync.P2P |
Gossip sync via the lightning peer-to-peer network as defined by BOLT 7.
|
| GossipSync.Rapid |
Rapid gossip sync from a trusted server.
|
| GossipTimestampFilter |
A gossip_timestamp_filter message is used by a node to request
gossip relay for messages in the requested time range when the
gossip_queries feature has been negotiated.
|
| GraphSyncError |
All-encompassing standard error type that processing can return
|
| GraphSyncError.DecodeError |
Error trying to read the update data, typically due to an erroneous data length indication
that is greater than the actual amount of data provided
|
| GraphSyncError.LightningError |
Error applying the patch to the network graph, usually the result of updates that are too
old or missing prerequisite data to the application of updates out of order
|
| HolderCommitmentTransaction |
Information needed to build and sign a holder's commitment transaction.
|
| Hostname |
Represents a hostname for serialization purposes.
|
| HTLCDestination |
Intended destination of a failed HTLC as indicated in [`Event::HTLCHandlingFailed`].
|
| HTLCDestination.FailedPayment |
Failure scenario where an HTLC may have been forwarded to be intended for us,
but is invalid for some reason, so we reject it.
|
| HTLCDestination.NextHopChannel |
We tried forwarding to a channel but failed to do so.
|
| HTLCDestination.UnknownNextHop |
Scenario where we are unsure of the next node to forward the HTLC to.
|
| HTLCOutputInCommitment |
Information about an HTLC as it appears in a commitment transaction
|
| HTLCUpdate |
Simple structure sent back by `chain::Watch` when an HTLC from a forward channel is detected on
chain.
|
| IgnoringMessageHandler |
A dummy struct which implements `RoutingMessageHandler` without storing any routing information
or doing any processing.
|
| Init |
An init message to be sent or received from a peer
|
| InitFeatures |
Features used within an `init` message.
|
| InMemorySigner |
A simple implementation of Sign that just keeps the private keys in memory.
|
| InvalidShutdownScript |
An error occurring when converting from [`Script`] to [`ShutdownScript`].
|
| Invoice |
Represents a syntactically and semantically correct lightning BOLT11 invoice.
|
| InvoiceFeatures |
Features used within an invoice.
|
| InvoicePayer |
A utility for paying [`Invoice`]s and sending spontaneous payments.
|
| InvoiceSignature |
Recoverable signature
|
| KeysInterface |
A trait to describe an object which can get user secrets and key material.
|
| KeysManager |
Simple KeysInterface implementor that takes a 32-byte seed for use as a BIP 32 extended key
and derives keys from that.
|
| LightningError |
An Err type for failure to process messages.
|
| Listen |
The `Listen` trait is used to notify when blocks have been connected or disconnected from the
chain.
|
| LockableScore |
A scorer that is accessed under a lock.
|
| LockedChannelMonitor |
A read-only reference to a current ChannelMonitor.
|
| Logger |
A trait encapsulating the operations required of a logger
|
| MessageHandler |
Provides references to trait impls which handle different types of messages.
|
| MessageSendEvent |
An event generated by ChannelManager which indicates a message should be sent to a peer (or
broadcast to most peers).
|
| MessageSendEvent.BroadcastChannelAnnouncement |
Used to indicate that a channel_announcement and channel_update should be broadcast to all
peers (except the peer with node_id either msg.contents.node_id_1 or msg.contents.node_id_2).
|
| MessageSendEvent.BroadcastChannelUpdate |
Used to indicate that a channel_update should be broadcast to all peers.
|
| MessageSendEvent.BroadcastNodeAnnouncement |
Used to indicate that a node_announcement should be broadcast to all peers.
|
| MessageSendEvent.HandleError |
Broadcast an error downstream to be handled
|
| MessageSendEvent.SendAcceptChannel |
Used to indicate that we've accepted a channel open and should send the accept_channel
message provided to the given peer.
|
| MessageSendEvent.SendAnnouncementSignatures |
Used to indicate that an announcement_signatures message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendChannelRangeQuery |
Query a peer for channels with funding transaction UTXOs in a block range.
|
| MessageSendEvent.SendChannelReady |
Used to indicate that a channel_ready message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendChannelReestablish |
Used to indicate that a channel_reestablish message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendChannelUpdate |
Used to indicate that a channel_update should be sent to a single peer.
|
| MessageSendEvent.SendClosingSigned |
Used to indicate that a closing_signed message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendFundingCreated |
Used to indicate that a funding_created message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendFundingSigned |
Used to indicate that a funding_signed message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendGossipTimestampFilter |
Sends a timestamp filter for inbound gossip.
|
| MessageSendEvent.SendOpenChannel |
Used to indicate that we've initiated a channel open and should send the open_channel
message provided to the given peer.
|
| MessageSendEvent.SendReplyChannelRange |
Sends a reply to a channel range query.
|
| MessageSendEvent.SendRevokeAndACK |
Used to indicate that a revoke_and_ack message should be sent to the peer with the given node_id.
|
| MessageSendEvent.SendShortIdsQuery |
Request routing gossip messages from a peer for a list of channels identified by
their short_channel_ids.
|
| MessageSendEvent.SendShutdown |
Used to indicate that a shutdown message should be sent to the peer with the given node_id.
|
| MessageSendEvent.UpdateHTLCs |
Used to indicate that a series of HTLC update messages, as well as a commitment_signed
message should be sent to the peer with the given node_id.
|
| MessageSendEventsProvider |
A trait indicating an object may generate message send events
|
| MinFinalCltvExpiry |
`min_final_cltv_expiry` to use for the last HTLC in the route
|
| MonitorEvent |
An event to be processed by the ChannelManager.
|
| MonitorEvent.CommitmentTxConfirmed |
A monitor event that the Channel's commitment transaction was confirmed.
|
| MonitorEvent.HTLCEvent |
A monitor event containing an HTLCUpdate.
|
| MonitorEvent.UpdateCompleted |
Indicates a [`ChannelMonitor`] update has completed.
|
| MonitorEvent.UpdateFailed |
Indicates a [`ChannelMonitor`] update has failed.
|
| MonitorUpdateId |
An opaque identifier describing a specific [`Persist`] method call.
|
| MultiThreadedLockableScore |
A concrete implementation of [`LockableScore`] which supports multi-threading.
|
| NetAddress |
An address which can be used to connect to a remote peer
|
| NetAddress.Hostname |
A hostname/port on which the peer is listening.
|
| NetAddress.IPv4 |
An IPv4 address/port on which the peer is listening.
|
| NetAddress.IPv6 |
An IPv6 address/port on which the peer is listening.
|
| NetAddress.OnionV2 |
An old-style Tor onion address/port on which the peer is listening.
|
| NetAddress.OnionV3 |
A new-style Tor onion address/port on which the peer is listening.
|
| NetworkGraph |
Represents the network as nodes and channels between them
|
| NetworkUpdate |
Update to the [`NetworkGraph`] based on payment failure information conveyed via the Onion
return packet by a node along the route.
|
| NetworkUpdate.ChannelFailure |
An error indicating that a channel failed to route a payment, which should be applied via
[`NetworkGraph::channel_failed`].
|
| NetworkUpdate.ChannelUpdateMessage |
An error indicating a `channel_update` messages should be applied via
[`NetworkGraph::update_channel`].
|
| NetworkUpdate.NodeFailure |
An error indicating that a node failed to route a payment, which should be applied via
[`NetworkGraph::node_failed`].
|
| NodeAlias |
A user-defined name for a node, which may be used when displaying the node in a graph.
|
| NodeAnnouncement |
A node_announcement message to be sent or received from a peer
|
| NodeAnnouncementInfo |
Information received in the latest node_announcement from this node.
|
| NodeFeatures |
Features used within a `node_announcement` message.
|
| NodeId |
Represents the compressed public key of a node
|
| NodeInfo |
Details about a node in the network, known from the network announcement.
|
| OpenChannel |
An open_channel message to be sent or received from a peer
|
| Option_AccessZ |
An enum which can either contain a crate::lightning::chain::Access or not
|
| Option_AccessZ.None |
When we're in this state, this COption_AccessZ contains nothing
|
| Option_AccessZ.Some |
When we're in this state, this COption_AccessZ contains a crate::lightning::chain::Access
|
| Option_C2Tuple_u64u64ZZ |
An enum which can either contain a crate::c_types::derived::C2Tuple_u64u64Z or not
|
| Option_C2Tuple_u64u64ZZ.None |
When we're in this state, this COption_C2Tuple_u64u64ZZ contains nothing
|
| Option_C2Tuple_u64u64ZZ.Some |
When we're in this state, this COption_C2Tuple_u64u64ZZ contains a crate::c_types::derived::C2Tuple_u64u64Z
|
| Option_C2Tuple_usizeTransactionZZ |
An enum which can either contain a crate::c_types::derived::C2Tuple_usizeTransactionZ or not
|
| Option_C2Tuple_usizeTransactionZZ.None |
When we're in this state, this COption_C2Tuple_usizeTransactionZZ contains nothing
|
| Option_C2Tuple_usizeTransactionZZ.Some |
When we're in this state, this COption_C2Tuple_usizeTransactionZZ contains a crate::c_types::derived::C2Tuple_usizeTransactionZ
|
| Option_ClosureReasonZ |
An enum which can either contain a crate::lightning::util::events::ClosureReason or not
|
| Option_ClosureReasonZ.None |
When we're in this state, this COption_ClosureReasonZ contains nothing
|
| Option_ClosureReasonZ.Some |
When we're in this state, this COption_ClosureReasonZ contains a crate::lightning::util::events::ClosureReason
|
| Option_CVec_NetAddressZZ |
An enum which can either contain a crate::c_types::derived::CVec_NetAddressZ or not
|
| Option_CVec_NetAddressZZ.None |
When we're in this state, this COption_CVec_NetAddressZZ contains nothing
|
| Option_CVec_NetAddressZZ.Some |
When we're in this state, this COption_CVec_NetAddressZZ contains a crate::c_types::derived::CVec_NetAddressZ
|
| Option_EventZ |
An enum which can either contain a crate::lightning::util::events::Event or not
|
| Option_EventZ.None |
When we're in this state, this COption_EventZ contains nothing
|
| Option_EventZ.Some |
When we're in this state, this COption_EventZ contains a crate::lightning::util::events::Event
|
| Option_FilterZ |
An enum which can either contain a crate::lightning::chain::Filter or not
|
| Option_FilterZ.None |
When we're in this state, this COption_FilterZ contains nothing
|
| Option_FilterZ.Some |
When we're in this state, this COption_FilterZ contains a crate::lightning::chain::Filter
|
| Option_HTLCDestinationZ |
An enum which can either contain a crate::lightning::util::events::HTLCDestination or not
|
| Option_HTLCDestinationZ.None |
When we're in this state, this COption_HTLCDestinationZ contains nothing
|
| Option_HTLCDestinationZ.Some |
When we're in this state, this COption_HTLCDestinationZ contains a crate::lightning::util::events::HTLCDestination
|
| Option_MonitorEventZ |
An enum which can either contain a crate::lightning::chain::channelmonitor::MonitorEvent or not
|
| Option_MonitorEventZ.None |
When we're in this state, this COption_MonitorEventZ contains nothing
|
| Option_MonitorEventZ.Some |
When we're in this state, this COption_MonitorEventZ contains a crate::lightning::chain::channelmonitor::MonitorEvent
|
| Option_NetAddressZ |
An enum which can either contain a crate::lightning::ln::msgs::NetAddress or not
|
| Option_NetAddressZ.None |
When we're in this state, this COption_NetAddressZ contains nothing
|
| Option_NetAddressZ.Some |
When we're in this state, this COption_NetAddressZ contains a crate::lightning::ln::msgs::NetAddress
|
| Option_NetworkUpdateZ |
An enum which can either contain a crate::lightning::routing::gossip::NetworkUpdate or not
|
| Option_NetworkUpdateZ.None |
When we're in this state, this COption_NetworkUpdateZ contains nothing
|
| Option_NetworkUpdateZ.Some |
When we're in this state, this COption_NetworkUpdateZ contains a crate::lightning::routing::gossip::NetworkUpdate
|
| Option_TypeZ |
An enum which can either contain a crate::lightning::ln::wire::Type or not
|
| Option_TypeZ.None |
When we're in this state, this COption_TypeZ contains nothing
|
| Option_TypeZ.Some |
When we're in this state, this COption_TypeZ contains a crate::lightning::ln::wire::Type
|
| Option_u16Z |
An enum which can either contain a u16 or not
|
| Option_u16Z.None |
When we're in this state, this COption_u16Z contains nothing
|
| Option_u16Z.Some |
When we're in this state, this COption_u16Z contains a u16
|
| Option_u32Z |
An enum which can either contain a u32 or not
|
| Option_u32Z.None |
When we're in this state, this COption_u32Z contains nothing
|
| Option_u32Z.Some |
When we're in this state, this COption_u32Z contains a u32
|
| Option_u64Z |
An enum which can either contain a u64 or not
|
| Option_u64Z.None |
When we're in this state, this COption_u64Z contains nothing
|
| Option_u64Z.Some |
When we're in this state, this COption_u64Z contains a u64
|
| OutPoint |
A reference to a transaction output.
|
| P2PGossipSync |
Receives and validates network updates from peers,
stores authentic and relevant data as a network graph.
|
| ParseError |
Errors that indicate what is wrong with the invoice.
|
| ParseError.BadPrefix |
|
| ParseError.Bech32Error |
|
| ParseError.DescriptionDecodeError |
|
| ParseError.IntegerOverflowError |
|
| ParseError.InvalidPubKeyHashLength |
|
| ParseError.InvalidRecoveryId |
|
| ParseError.InvalidScriptHashLength |
|
| ParseError.InvalidSegWitProgramLength |
|
| ParseError.InvalidSliceLength |
|
| ParseError.MalformedHRP |
|
| ParseError.MalformedSignature |
|
| ParseError.PaddingError |
|
| ParseError.ParseAmountError |
|
| ParseError.Skip |
Not an error, but used internally to signal that a part of the invoice should be ignored
according to BOLT11
|
| ParseError.TooShortDataPart |
|
| ParseError.UnexpectedEndOfTaggedFields |
|
| ParseError.UnknownCurrency |
|
| ParseError.UnknownSiPrefix |
|
| ParseOrSemanticError |
Indicates that something went wrong while parsing or validating the invoice.
|
| ParseOrSemanticError.ParseError |
The invoice couldn't be decoded
|
| ParseOrSemanticError.SemanticError |
The invoice could be decoded but violates the BOLT11 standard
|
| PayeePubKey |
Payee public key
|
| Payer |
A trait defining behavior of an [`Invoice`] payer.
|
| PaymentError |
An error that may occur when making a payment.
|
| PaymentError.Invoice |
An error resulting from the provided [`Invoice`] or payment hash.
|
| PaymentError.Routing |
An error occurring when finding a route.
|
| PaymentError.Sending |
An error occurring when sending a payment.
|
| PaymentParameters |
The recipient of a payment.
|
| PaymentPurpose |
Some information provided on receipt of payment depends on whether the payment received is a
spontaneous payment or a \"conventional\" lightning payment that's paying an invoice.
|
| PaymentPurpose.InvoicePayment |
Information for receiving a payment that we generated an invoice for.
|
| PaymentPurpose.SpontaneousPayment |
Because this is a spontaneous payment, the payer generated their own preimage rather than us
(the payee) providing a preimage.
|
| PaymentSendFailure |
If a payment fails to send, it can be in one of several states.
|
| PaymentSendFailure.AllFailedRetrySafe |
All paths which were attempted failed to send, with no channel state change taking place.
|
| PaymentSendFailure.ParameterError |
A parameter which was passed to send_payment was invalid, preventing us from attempting to
send the payment at all.
|
| PaymentSendFailure.PartialFailure |
Some paths which were attempted failed to send, though possibly not all.
|
| PaymentSendFailure.PathParameterError |
A parameter in a single path which was passed to send_payment was invalid, preventing us
from attempting to send the payment at all.
|
| PeerHandleError |
Error for PeerManager errors.
|
| PeerManager |
A PeerManager manages a set of peers, described by their [`SocketDescriptor`] and marshalls
socket events into messages which it passes on to its [`MessageHandler`].
|
| Persist |
`Persist` defines behavior for persisting channel monitors: this could mean
writing once to disk, and/or uploading to one or more backup services.
|
| Persister |
Trait that handles persisting a [`ChannelManager`], [`NetworkGraph`], and [`MultiThreadedLockableScore`] to disk.
|
| PhantomKeysManager |
Similar to [`KeysManager`], but allows the node using this struct to receive phantom node
payments.
|
| PhantomRouteHints |
Route hints used in constructing invoices for [phantom node payents].
|
| Ping |
A ping message to be sent or received from a peer
|
| Pong |
A pong message to be sent or received from a peer
|
| PositiveTimestamp |
A timestamp that refers to a date after 1 January 1970.
|
| PrivateRoute |
Private routing information
# Invariants
The encoded route has to be <1024 5bit characters long (<=639 bytes or <=12 hops)
|
| ProbabilisticScorer |
[`Score`] implementation using channel success probability distributions.
|
| ProbabilisticScoringParameters |
Parameters for configuring [`ProbabilisticScorer`].
|
| QueryChannelRange |
A query_channel_range message is used to query a peer for channel
UTXOs in a range of blocks.
|
| QueryShortChannelIds |
A query_short_channel_ids message is used to query a peer for
routing gossip messages related to one or more short_channel_ids.
|
| RapidGossipSync |
Rapid Gossip Sync struct
See [crate-level documentation] for usage.
|
| RawDataPart |
Data of the `RawInvoice` that is encoded in the data part
|
| RawInvoice |
Represents an syntactically correct Invoice for a payment on the lightning network,
but without the signature information.
|
| ReadOnlyNetworkGraph |
A read-only view of [`NetworkGraph`].
|
| Record |
A Record, unit of logging output with Metadata to enable filtering
Module_path, file, line to inform on log's source
|
| ReplyChannelRange |
A reply_channel_range message is a reply to a query_channel_range
message.
|
| ReplyShortChannelIdsEnd |
A reply_short_channel_ids_end message is sent as a reply to a
query_short_channel_ids message.
|
| Result__u832APIErrorZ |
|
| Result__u832APIErrorZ.Result__u832APIErrorZ_Err |
|
| Result__u832APIErrorZ.Result__u832APIErrorZ_OK |
|
| Result_AcceptChannelDecodeErrorZ |
|
| Result_AcceptChannelDecodeErrorZ.Result_AcceptChannelDecodeErrorZ_Err |
|
| Result_AcceptChannelDecodeErrorZ.Result_AcceptChannelDecodeErrorZ_OK |
|
| Result_AnnouncementSignaturesDecodeErrorZ |
|
| Result_AnnouncementSignaturesDecodeErrorZ.Result_AnnouncementSignaturesDecodeErrorZ_Err |
|
| Result_AnnouncementSignaturesDecodeErrorZ.Result_AnnouncementSignaturesDecodeErrorZ_OK |
|
| Result_boolLightningErrorZ |
|
| Result_boolLightningErrorZ.Result_boolLightningErrorZ_Err |
|
| Result_boolLightningErrorZ.Result_boolLightningErrorZ_OK |
|
| Result_boolPeerHandleErrorZ |
|
| Result_boolPeerHandleErrorZ.Result_boolPeerHandleErrorZ_Err |
|
| Result_boolPeerHandleErrorZ.Result_boolPeerHandleErrorZ_OK |
|
| Result_BuiltCommitmentTransactionDecodeErrorZ |
|
| Result_BuiltCommitmentTransactionDecodeErrorZ.Result_BuiltCommitmentTransactionDecodeErrorZ_Err |
|
| Result_BuiltCommitmentTransactionDecodeErrorZ.Result_BuiltCommitmentTransactionDecodeErrorZ_OK |
|
| Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ |
|
| Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_Err |
|
| Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_OK |
|
| Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ |
|
| Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_Err |
|
| Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_OK |
|
| Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
|
| Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_Err |
|
| Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_OK |
|
| Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ |
|
| Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_Err |
|
| Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_OK |
|
| Result_C2Tuple_PaymentHashPaymentSecretZNoneZ |
|
| Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_Err |
|
| Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_OK |
|
| Result_C2Tuple_SignatureCVec_SignatureZZNoneZ |
|
| Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.Result_C2Tuple_SignatureCVec_SignatureZZNoneZ_Err |
|
| Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.Result_C2Tuple_SignatureCVec_SignatureZZNoneZ_OK |
|
| Result_C2Tuple_SignatureSignatureZNoneZ |
|
| Result_C2Tuple_SignatureSignatureZNoneZ.Result_C2Tuple_SignatureSignatureZNoneZ_Err |
|
| Result_C2Tuple_SignatureSignatureZNoneZ.Result_C2Tuple_SignatureSignatureZNoneZ_OK |
|
| Result_ChannelAnnouncementDecodeErrorZ |
|
| Result_ChannelAnnouncementDecodeErrorZ.Result_ChannelAnnouncementDecodeErrorZ_Err |
|
| Result_ChannelAnnouncementDecodeErrorZ.Result_ChannelAnnouncementDecodeErrorZ_OK |
|
| Result_ChannelConfigDecodeErrorZ |
|
| Result_ChannelConfigDecodeErrorZ.Result_ChannelConfigDecodeErrorZ_Err |
|
| Result_ChannelConfigDecodeErrorZ.Result_ChannelConfigDecodeErrorZ_OK |
|
| Result_ChannelCounterpartyDecodeErrorZ |
|
| Result_ChannelCounterpartyDecodeErrorZ.Result_ChannelCounterpartyDecodeErrorZ_Err |
|
| Result_ChannelCounterpartyDecodeErrorZ.Result_ChannelCounterpartyDecodeErrorZ_OK |
|
| Result_ChannelDetailsDecodeErrorZ |
|
| Result_ChannelDetailsDecodeErrorZ.Result_ChannelDetailsDecodeErrorZ_Err |
|
| Result_ChannelDetailsDecodeErrorZ.Result_ChannelDetailsDecodeErrorZ_OK |
|
| Result_ChannelFeaturesDecodeErrorZ |
|
| Result_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_Err |
|
| Result_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_OK |
|
| Result_ChannelInfoDecodeErrorZ |
|
| Result_ChannelInfoDecodeErrorZ.Result_ChannelInfoDecodeErrorZ_Err |
|
| Result_ChannelInfoDecodeErrorZ.Result_ChannelInfoDecodeErrorZ_OK |
|
| Result_ChannelMonitorUpdateDecodeErrorZ |
|
| Result_ChannelMonitorUpdateDecodeErrorZ.Result_ChannelMonitorUpdateDecodeErrorZ_Err |
|
| Result_ChannelMonitorUpdateDecodeErrorZ.Result_ChannelMonitorUpdateDecodeErrorZ_OK |
|
| Result_ChannelPublicKeysDecodeErrorZ |
|
| Result_ChannelPublicKeysDecodeErrorZ.Result_ChannelPublicKeysDecodeErrorZ_Err |
|
| Result_ChannelPublicKeysDecodeErrorZ.Result_ChannelPublicKeysDecodeErrorZ_OK |
|
| Result_ChannelReadyDecodeErrorZ |
|
| Result_ChannelReadyDecodeErrorZ.Result_ChannelReadyDecodeErrorZ_Err |
|
| Result_ChannelReadyDecodeErrorZ.Result_ChannelReadyDecodeErrorZ_OK |
|
| Result_ChannelReestablishDecodeErrorZ |
|
| Result_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_Err |
|
| Result_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_OK |
|
| Result_ChannelTransactionParametersDecodeErrorZ |
|
| Result_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_Err |
|
| Result_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_OK |
|
| Result_ChannelTypeFeaturesDecodeErrorZ |
|
| Result_ChannelTypeFeaturesDecodeErrorZ.Result_ChannelTypeFeaturesDecodeErrorZ_Err |
|
| Result_ChannelTypeFeaturesDecodeErrorZ.Result_ChannelTypeFeaturesDecodeErrorZ_OK |
|
| Result_ChannelUpdateDecodeErrorZ |
|
| Result_ChannelUpdateDecodeErrorZ.Result_ChannelUpdateDecodeErrorZ_Err |
|
| Result_ChannelUpdateDecodeErrorZ.Result_ChannelUpdateDecodeErrorZ_OK |
|
| Result_ChannelUpdateInfoDecodeErrorZ |
|
| Result_ChannelUpdateInfoDecodeErrorZ.Result_ChannelUpdateInfoDecodeErrorZ_Err |
|
| Result_ChannelUpdateInfoDecodeErrorZ.Result_ChannelUpdateInfoDecodeErrorZ_OK |
|
| Result_ClosingSignedDecodeErrorZ |
|
| Result_ClosingSignedDecodeErrorZ.Result_ClosingSignedDecodeErrorZ_Err |
|
| Result_ClosingSignedDecodeErrorZ.Result_ClosingSignedDecodeErrorZ_OK |
|
| Result_ClosingSignedFeeRangeDecodeErrorZ |
|
| Result_ClosingSignedFeeRangeDecodeErrorZ.Result_ClosingSignedFeeRangeDecodeErrorZ_Err |
|
| Result_ClosingSignedFeeRangeDecodeErrorZ.Result_ClosingSignedFeeRangeDecodeErrorZ_OK |
|
| Result_CommitmentSignedDecodeErrorZ |
|
| Result_CommitmentSignedDecodeErrorZ.Result_CommitmentSignedDecodeErrorZ_Err |
|
| Result_CommitmentSignedDecodeErrorZ.Result_CommitmentSignedDecodeErrorZ_OK |
|
| Result_CommitmentTransactionDecodeErrorZ |
|
| Result_CommitmentTransactionDecodeErrorZ.Result_CommitmentTransactionDecodeErrorZ_Err |
|
| Result_CommitmentTransactionDecodeErrorZ.Result_CommitmentTransactionDecodeErrorZ_OK |
|
| Result_COption_ClosureReasonZDecodeErrorZ |
|
| Result_COption_ClosureReasonZDecodeErrorZ.Result_COption_ClosureReasonZDecodeErrorZ_Err |
|
| Result_COption_ClosureReasonZDecodeErrorZ.Result_COption_ClosureReasonZDecodeErrorZ_OK |
|
| Result_COption_EventZDecodeErrorZ |
|
| Result_COption_EventZDecodeErrorZ.Result_COption_EventZDecodeErrorZ_Err |
|
| Result_COption_EventZDecodeErrorZ.Result_COption_EventZDecodeErrorZ_OK |
|
| Result_COption_HTLCDestinationZDecodeErrorZ |
|
| Result_COption_HTLCDestinationZDecodeErrorZ.Result_COption_HTLCDestinationZDecodeErrorZ_Err |
|
| Result_COption_HTLCDestinationZDecodeErrorZ.Result_COption_HTLCDestinationZDecodeErrorZ_OK |
|
| Result_COption_MonitorEventZDecodeErrorZ |
|
| Result_COption_MonitorEventZDecodeErrorZ.Result_COption_MonitorEventZDecodeErrorZ_Err |
|
| Result_COption_MonitorEventZDecodeErrorZ.Result_COption_MonitorEventZDecodeErrorZ_OK |
|
| Result_COption_NetworkUpdateZDecodeErrorZ |
|
| Result_COption_NetworkUpdateZDecodeErrorZ.Result_COption_NetworkUpdateZDecodeErrorZ_Err |
|
| Result_COption_NetworkUpdateZDecodeErrorZ.Result_COption_NetworkUpdateZDecodeErrorZ_OK |
|
| Result_COption_TypeZDecodeErrorZ |
|
| Result_COption_TypeZDecodeErrorZ.Result_COption_TypeZDecodeErrorZ_Err |
|
| Result_COption_TypeZDecodeErrorZ.Result_COption_TypeZDecodeErrorZ_OK |
|
| Result_CounterpartyChannelTransactionParametersDecodeErrorZ |
|
| Result_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_Err |
|
| Result_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_OK |
|
| Result_CounterpartyCommitmentSecretsDecodeErrorZ |
|
| Result_CounterpartyCommitmentSecretsDecodeErrorZ.Result_CounterpartyCommitmentSecretsDecodeErrorZ_Err |
|
| Result_CounterpartyCommitmentSecretsDecodeErrorZ.Result_CounterpartyCommitmentSecretsDecodeErrorZ_OK |
|
| Result_CounterpartyForwardingInfoDecodeErrorZ |
|
| Result_CounterpartyForwardingInfoDecodeErrorZ.Result_CounterpartyForwardingInfoDecodeErrorZ_Err |
|
| Result_CounterpartyForwardingInfoDecodeErrorZ.Result_CounterpartyForwardingInfoDecodeErrorZ_OK |
|
| Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ |
|
| Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_Err |
|
| Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_OK |
|
| Result_CVec_CVec_u8ZZNoneZ |
|
| Result_CVec_CVec_u8ZZNoneZ.Result_CVec_CVec_u8ZZNoneZ_Err |
|
| Result_CVec_CVec_u8ZZNoneZ.Result_CVec_CVec_u8ZZNoneZ_OK |
|
| Result_CVec_SignatureZNoneZ |
|
| Result_CVec_SignatureZNoneZ.Result_CVec_SignatureZNoneZ_Err |
|
| Result_CVec_SignatureZNoneZ.Result_CVec_SignatureZNoneZ_OK |
|
| Result_CVec_u8ZPeerHandleErrorZ |
|
| Result_CVec_u8ZPeerHandleErrorZ.Result_CVec_u8ZPeerHandleErrorZ_Err |
|
| Result_CVec_u8ZPeerHandleErrorZ.Result_CVec_u8ZPeerHandleErrorZ_OK |
|
| Result_DelayedPaymentOutputDescriptorDecodeErrorZ |
|
| Result_DelayedPaymentOutputDescriptorDecodeErrorZ.Result_DelayedPaymentOutputDescriptorDecodeErrorZ_Err |
|
| Result_DelayedPaymentOutputDescriptorDecodeErrorZ.Result_DelayedPaymentOutputDescriptorDecodeErrorZ_OK |
|
| Result_DescriptionCreationErrorZ |
|
| Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_Err |
|
| Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_OK |
|
| Result_ErrorMessageDecodeErrorZ |
|
| Result_ErrorMessageDecodeErrorZ.Result_ErrorMessageDecodeErrorZ_Err |
|
| Result_ErrorMessageDecodeErrorZ.Result_ErrorMessageDecodeErrorZ_OK |
|
| Result_FixedPenaltyScorerDecodeErrorZ |
|
| Result_FixedPenaltyScorerDecodeErrorZ.Result_FixedPenaltyScorerDecodeErrorZ_Err |
|
| Result_FixedPenaltyScorerDecodeErrorZ.Result_FixedPenaltyScorerDecodeErrorZ_OK |
|
| Result_FundingCreatedDecodeErrorZ |
|
| Result_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_Err |
|
| Result_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_OK |
|
| Result_FundingSignedDecodeErrorZ |
|
| Result_FundingSignedDecodeErrorZ.Result_FundingSignedDecodeErrorZ_Err |
|
| Result_FundingSignedDecodeErrorZ.Result_FundingSignedDecodeErrorZ_OK |
|
| Result_GossipTimestampFilterDecodeErrorZ |
|
| Result_GossipTimestampFilterDecodeErrorZ.Result_GossipTimestampFilterDecodeErrorZ_Err |
|
| Result_GossipTimestampFilterDecodeErrorZ.Result_GossipTimestampFilterDecodeErrorZ_OK |
|
| Result_HolderCommitmentTransactionDecodeErrorZ |
|
| Result_HolderCommitmentTransactionDecodeErrorZ.Result_HolderCommitmentTransactionDecodeErrorZ_Err |
|
| Result_HolderCommitmentTransactionDecodeErrorZ.Result_HolderCommitmentTransactionDecodeErrorZ_OK |
|
| Result_HTLCOutputInCommitmentDecodeErrorZ |
|
| Result_HTLCOutputInCommitmentDecodeErrorZ.Result_HTLCOutputInCommitmentDecodeErrorZ_Err |
|
| Result_HTLCOutputInCommitmentDecodeErrorZ.Result_HTLCOutputInCommitmentDecodeErrorZ_OK |
|
| Result_HTLCUpdateDecodeErrorZ |
|
| Result_HTLCUpdateDecodeErrorZ.Result_HTLCUpdateDecodeErrorZ_Err |
|
| Result_HTLCUpdateDecodeErrorZ.Result_HTLCUpdateDecodeErrorZ_OK |
|
| Result_InitDecodeErrorZ |
|
| Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_Err |
|
| Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_OK |
|
| Result_InitFeaturesDecodeErrorZ |
|
| Result_InitFeaturesDecodeErrorZ.Result_InitFeaturesDecodeErrorZ_Err |
|
| Result_InitFeaturesDecodeErrorZ.Result_InitFeaturesDecodeErrorZ_OK |
|
| Result_InMemorySignerDecodeErrorZ |
|
| Result_InMemorySignerDecodeErrorZ.Result_InMemorySignerDecodeErrorZ_Err |
|
| Result_InMemorySignerDecodeErrorZ.Result_InMemorySignerDecodeErrorZ_OK |
|
| Result_InvoiceFeaturesDecodeErrorZ |
|
| Result_InvoiceFeaturesDecodeErrorZ.Result_InvoiceFeaturesDecodeErrorZ_Err |
|
| Result_InvoiceFeaturesDecodeErrorZ.Result_InvoiceFeaturesDecodeErrorZ_OK |
|
| Result_InvoiceParseOrSemanticErrorZ |
|
| Result_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_Err |
|
| Result_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_OK |
|
| Result_InvoiceSemanticErrorZ |
|
| Result_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_Err |
|
| Result_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_OK |
|
| Result_InvoiceSignOrCreationErrorZ |
|
| Result_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_Err |
|
| Result_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_OK |
|
| Result_LockedChannelMonitorNoneZ |
|
| Result_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_Err |
|
| Result_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_OK |
|
| Result_NetAddressDecodeErrorZ |
|
| Result_NetAddressDecodeErrorZ.Result_NetAddressDecodeErrorZ_Err |
|
| Result_NetAddressDecodeErrorZ.Result_NetAddressDecodeErrorZ_OK |
|
| Result_NetworkGraphDecodeErrorZ |
|
| Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_Err |
|
| Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_OK |
|
| Result_NodeAliasDecodeErrorZ |
|
| Result_NodeAliasDecodeErrorZ.Result_NodeAliasDecodeErrorZ_Err |
|
| Result_NodeAliasDecodeErrorZ.Result_NodeAliasDecodeErrorZ_OK |
|
| Result_NodeAnnouncementDecodeErrorZ |
|
| Result_NodeAnnouncementDecodeErrorZ.Result_NodeAnnouncementDecodeErrorZ_Err |
|
| Result_NodeAnnouncementDecodeErrorZ.Result_NodeAnnouncementDecodeErrorZ_OK |
|
| Result_NodeAnnouncementInfoDecodeErrorZ |
|
| Result_NodeAnnouncementInfoDecodeErrorZ.Result_NodeAnnouncementInfoDecodeErrorZ_Err |
|
| Result_NodeAnnouncementInfoDecodeErrorZ.Result_NodeAnnouncementInfoDecodeErrorZ_OK |
|
| Result_NodeFeaturesDecodeErrorZ |
|
| Result_NodeFeaturesDecodeErrorZ.Result_NodeFeaturesDecodeErrorZ_Err |
|
| Result_NodeFeaturesDecodeErrorZ.Result_NodeFeaturesDecodeErrorZ_OK |
|
| Result_NodeIdDecodeErrorZ |
|
| Result_NodeIdDecodeErrorZ.Result_NodeIdDecodeErrorZ_Err |
|
| Result_NodeIdDecodeErrorZ.Result_NodeIdDecodeErrorZ_OK |
|
| Result_NodeInfoDecodeErrorZ |
|
| Result_NodeInfoDecodeErrorZ.Result_NodeInfoDecodeErrorZ_Err |
|
| Result_NodeInfoDecodeErrorZ.Result_NodeInfoDecodeErrorZ_OK |
|
| Result_NoneAPIErrorZ |
|
| Result_NoneAPIErrorZ.Result_NoneAPIErrorZ_Err |
|
| Result_NoneAPIErrorZ.Result_NoneAPIErrorZ_OK |
|
| Result_NoneChannelMonitorUpdateErrZ |
|
| Result_NoneChannelMonitorUpdateErrZ.Result_NoneChannelMonitorUpdateErrZ_Err |
|
| Result_NoneChannelMonitorUpdateErrZ.Result_NoneChannelMonitorUpdateErrZ_OK |
|
| Result_NoneErrorZ |
|
| Result_NoneErrorZ.Result_NoneErrorZ_Err |
|
| Result_NoneErrorZ.Result_NoneErrorZ_OK |
|
| Result_NoneLightningErrorZ |
|
| Result_NoneLightningErrorZ.Result_NoneLightningErrorZ_Err |
|
| Result_NoneLightningErrorZ.Result_NoneLightningErrorZ_OK |
|
| Result_NoneNoneZ |
|
| Result_NoneNoneZ.Result_NoneNoneZ_Err |
|
| Result_NoneNoneZ.Result_NoneNoneZ_OK |
|
| Result_NonePaymentSendFailureZ |
|
| Result_NonePaymentSendFailureZ.Result_NonePaymentSendFailureZ_Err |
|
| Result_NonePaymentSendFailureZ.Result_NonePaymentSendFailureZ_OK |
|
| Result_NonePeerHandleErrorZ |
|
| Result_NonePeerHandleErrorZ.Result_NonePeerHandleErrorZ_Err |
|
| Result_NonePeerHandleErrorZ.Result_NonePeerHandleErrorZ_OK |
|
| Result_NoneSemanticErrorZ |
|
| Result_NoneSemanticErrorZ.Result_NoneSemanticErrorZ_Err |
|
| Result_NoneSemanticErrorZ.Result_NoneSemanticErrorZ_OK |
|
| Result_OpenChannelDecodeErrorZ |
|
| Result_OpenChannelDecodeErrorZ.Result_OpenChannelDecodeErrorZ_Err |
|
| Result_OpenChannelDecodeErrorZ.Result_OpenChannelDecodeErrorZ_OK |
|
| Result_OutPointDecodeErrorZ |
|
| Result_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_Err |
|
| Result_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_OK |
|
| Result_PayeePubKeyErrorZ |
|
| Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Err |
|
| Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_OK |
|
| Result_PaymentIdPaymentErrorZ |
|
| Result_PaymentIdPaymentErrorZ.Result_PaymentIdPaymentErrorZ_Err |
|
| Result_PaymentIdPaymentErrorZ.Result_PaymentIdPaymentErrorZ_OK |
|
| Result_PaymentIdPaymentSendFailureZ |
|
| Result_PaymentIdPaymentSendFailureZ.Result_PaymentIdPaymentSendFailureZ_Err |
|
| Result_PaymentIdPaymentSendFailureZ.Result_PaymentIdPaymentSendFailureZ_OK |
|
| Result_PaymentParametersDecodeErrorZ |
|
| Result_PaymentParametersDecodeErrorZ.Result_PaymentParametersDecodeErrorZ_Err |
|
| Result_PaymentParametersDecodeErrorZ.Result_PaymentParametersDecodeErrorZ_OK |
|
| Result_PaymentPreimageAPIErrorZ |
|
| Result_PaymentPreimageAPIErrorZ.Result_PaymentPreimageAPIErrorZ_Err |
|
| Result_PaymentPreimageAPIErrorZ.Result_PaymentPreimageAPIErrorZ_OK |
|
| Result_PaymentPurposeDecodeErrorZ |
|
| Result_PaymentPurposeDecodeErrorZ.Result_PaymentPurposeDecodeErrorZ_Err |
|
| Result_PaymentPurposeDecodeErrorZ.Result_PaymentPurposeDecodeErrorZ_OK |
|
| Result_PaymentSecretAPIErrorZ |
|
| Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_Err |
|
| Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_OK |
|
| Result_PaymentSecretNoneZ |
|
| Result_PaymentSecretNoneZ.Result_PaymentSecretNoneZ_Err |
|
| Result_PaymentSecretNoneZ.Result_PaymentSecretNoneZ_OK |
|
| Result_PhantomRouteHintsDecodeErrorZ |
|
| Result_PhantomRouteHintsDecodeErrorZ.Result_PhantomRouteHintsDecodeErrorZ_Err |
|
| Result_PhantomRouteHintsDecodeErrorZ.Result_PhantomRouteHintsDecodeErrorZ_OK |
|
| Result_PingDecodeErrorZ |
|
| Result_PingDecodeErrorZ.Result_PingDecodeErrorZ_Err |
|
| Result_PingDecodeErrorZ.Result_PingDecodeErrorZ_OK |
|
| Result_PongDecodeErrorZ |
|
| Result_PongDecodeErrorZ.Result_PongDecodeErrorZ_Err |
|
| Result_PongDecodeErrorZ.Result_PongDecodeErrorZ_OK |
|
| Result_PositiveTimestampCreationErrorZ |
|
| Result_PositiveTimestampCreationErrorZ.Result_PositiveTimestampCreationErrorZ_Err |
|
| Result_PositiveTimestampCreationErrorZ.Result_PositiveTimestampCreationErrorZ_OK |
|
| Result_PrivateRouteCreationErrorZ |
|
| Result_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_Err |
|
| Result_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_OK |
|
| Result_ProbabilisticScorerDecodeErrorZ |
|
| Result_ProbabilisticScorerDecodeErrorZ.Result_ProbabilisticScorerDecodeErrorZ_Err |
|
| Result_ProbabilisticScorerDecodeErrorZ.Result_ProbabilisticScorerDecodeErrorZ_OK |
|
| Result_PublicKeyErrorZ |
|
| Result_PublicKeyErrorZ.Result_PublicKeyErrorZ_Err |
|
| Result_PublicKeyErrorZ.Result_PublicKeyErrorZ_OK |
|
| Result_QueryChannelRangeDecodeErrorZ |
|
| Result_QueryChannelRangeDecodeErrorZ.Result_QueryChannelRangeDecodeErrorZ_Err |
|
| Result_QueryChannelRangeDecodeErrorZ.Result_QueryChannelRangeDecodeErrorZ_OK |
|
| Result_QueryShortChannelIdsDecodeErrorZ |
|
| Result_QueryShortChannelIdsDecodeErrorZ.Result_QueryShortChannelIdsDecodeErrorZ_Err |
|
| Result_QueryShortChannelIdsDecodeErrorZ.Result_QueryShortChannelIdsDecodeErrorZ_OK |
|
| Result_RecoverableSignatureNoneZ |
|
| Result_RecoverableSignatureNoneZ.Result_RecoverableSignatureNoneZ_Err |
|
| Result_RecoverableSignatureNoneZ.Result_RecoverableSignatureNoneZ_OK |
|
| Result_ReplyChannelRangeDecodeErrorZ |
|
| Result_ReplyChannelRangeDecodeErrorZ.Result_ReplyChannelRangeDecodeErrorZ_Err |
|
| Result_ReplyChannelRangeDecodeErrorZ.Result_ReplyChannelRangeDecodeErrorZ_OK |
|
| Result_ReplyShortChannelIdsEndDecodeErrorZ |
|
| Result_ReplyShortChannelIdsEndDecodeErrorZ.Result_ReplyShortChannelIdsEndDecodeErrorZ_Err |
|
| Result_ReplyShortChannelIdsEndDecodeErrorZ.Result_ReplyShortChannelIdsEndDecodeErrorZ_OK |
|
| Result_RevokeAndACKDecodeErrorZ |
|
| Result_RevokeAndACKDecodeErrorZ.Result_RevokeAndACKDecodeErrorZ_Err |
|
| Result_RevokeAndACKDecodeErrorZ.Result_RevokeAndACKDecodeErrorZ_OK |
|
| Result_RouteDecodeErrorZ |
|
| Result_RouteDecodeErrorZ.Result_RouteDecodeErrorZ_Err |
|
| Result_RouteDecodeErrorZ.Result_RouteDecodeErrorZ_OK |
|
| Result_RouteHintDecodeErrorZ |
|
| Result_RouteHintDecodeErrorZ.Result_RouteHintDecodeErrorZ_Err |
|
| Result_RouteHintDecodeErrorZ.Result_RouteHintDecodeErrorZ_OK |
|
| Result_RouteHintHopDecodeErrorZ |
|
| Result_RouteHintHopDecodeErrorZ.Result_RouteHintHopDecodeErrorZ_Err |
|
| Result_RouteHintHopDecodeErrorZ.Result_RouteHintHopDecodeErrorZ_OK |
|
| Result_RouteHopDecodeErrorZ |
|
| Result_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_Err |
|
| Result_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_OK |
|
| Result_RouteLightningErrorZ |
|
| Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_Err |
|
| Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_OK |
|
| Result_RouteParametersDecodeErrorZ |
|
| Result_RouteParametersDecodeErrorZ.Result_RouteParametersDecodeErrorZ_Err |
|
| Result_RouteParametersDecodeErrorZ.Result_RouteParametersDecodeErrorZ_OK |
|
| Result_RoutingFeesDecodeErrorZ |
|
| Result_RoutingFeesDecodeErrorZ.Result_RoutingFeesDecodeErrorZ_Err |
|
| Result_RoutingFeesDecodeErrorZ.Result_RoutingFeesDecodeErrorZ_OK |
|
| Result_SecretKeyErrorZ |
|
| Result_SecretKeyErrorZ.Result_SecretKeyErrorZ_Err |
|
| Result_SecretKeyErrorZ.Result_SecretKeyErrorZ_OK |
|
| Result_SecretKeyNoneZ |
|
| Result_SecretKeyNoneZ.Result_SecretKeyNoneZ_Err |
|
| Result_SecretKeyNoneZ.Result_SecretKeyNoneZ_OK |
|
| Result_ShutdownDecodeErrorZ |
|
| Result_ShutdownDecodeErrorZ.Result_ShutdownDecodeErrorZ_Err |
|
| Result_ShutdownDecodeErrorZ.Result_ShutdownDecodeErrorZ_OK |
|
| Result_ShutdownScriptDecodeErrorZ |
|
| Result_ShutdownScriptDecodeErrorZ.Result_ShutdownScriptDecodeErrorZ_Err |
|
| Result_ShutdownScriptDecodeErrorZ.Result_ShutdownScriptDecodeErrorZ_OK |
|
| Result_ShutdownScriptInvalidShutdownScriptZ |
|
| Result_ShutdownScriptInvalidShutdownScriptZ.Result_ShutdownScriptInvalidShutdownScriptZ_Err |
|
| Result_ShutdownScriptInvalidShutdownScriptZ.Result_ShutdownScriptInvalidShutdownScriptZ_OK |
|
| Result_SignatureNoneZ |
|
| Result_SignatureNoneZ.Result_SignatureNoneZ_Err |
|
| Result_SignatureNoneZ.Result_SignatureNoneZ_OK |
|
| Result_SignDecodeErrorZ |
|
| Result_SignDecodeErrorZ.Result_SignDecodeErrorZ_Err |
|
| Result_SignDecodeErrorZ.Result_SignDecodeErrorZ_OK |
|
| Result_SignedRawInvoiceParseErrorZ |
|
| Result_SignedRawInvoiceParseErrorZ.Result_SignedRawInvoiceParseErrorZ_Err |
|
| Result_SignedRawInvoiceParseErrorZ.Result_SignedRawInvoiceParseErrorZ_OK |
|
| Result_SiPrefixParseErrorZ |
|
| Result_SiPrefixParseErrorZ.Result_SiPrefixParseErrorZ_Err |
|
| Result_SiPrefixParseErrorZ.Result_SiPrefixParseErrorZ_OK |
|
| Result_SpendableOutputDescriptorDecodeErrorZ |
|
| Result_SpendableOutputDescriptorDecodeErrorZ.Result_SpendableOutputDescriptorDecodeErrorZ_Err |
|
| Result_SpendableOutputDescriptorDecodeErrorZ.Result_SpendableOutputDescriptorDecodeErrorZ_OK |
|
| Result_StaticPaymentOutputDescriptorDecodeErrorZ |
|
| Result_StaticPaymentOutputDescriptorDecodeErrorZ.Result_StaticPaymentOutputDescriptorDecodeErrorZ_Err |
|
| Result_StaticPaymentOutputDescriptorDecodeErrorZ.Result_StaticPaymentOutputDescriptorDecodeErrorZ_OK |
|
| Result_StringErrorZ |
|
| Result_StringErrorZ.Result_StringErrorZ_Err |
|
| Result_StringErrorZ.Result_StringErrorZ_OK |
|
| Result_TransactionNoneZ |
|
| Result_TransactionNoneZ.Result_TransactionNoneZ_Err |
|
| Result_TransactionNoneZ.Result_TransactionNoneZ_OK |
|
| Result_TrustedClosingTransactionNoneZ |
|
| Result_TrustedClosingTransactionNoneZ.Result_TrustedClosingTransactionNoneZ_Err |
|
| Result_TrustedClosingTransactionNoneZ.Result_TrustedClosingTransactionNoneZ_OK |
|
| Result_TrustedCommitmentTransactionNoneZ |
|
| Result_TrustedCommitmentTransactionNoneZ.Result_TrustedCommitmentTransactionNoneZ_Err |
|
| Result_TrustedCommitmentTransactionNoneZ.Result_TrustedCommitmentTransactionNoneZ_OK |
|
| Result_TxCreationKeysDecodeErrorZ |
|
| Result_TxCreationKeysDecodeErrorZ.Result_TxCreationKeysDecodeErrorZ_Err |
|
| Result_TxCreationKeysDecodeErrorZ.Result_TxCreationKeysDecodeErrorZ_OK |
|
| Result_TxCreationKeysErrorZ |
|
| Result_TxCreationKeysErrorZ.Result_TxCreationKeysErrorZ_Err |
|
| Result_TxCreationKeysErrorZ.Result_TxCreationKeysErrorZ_OK |
|
| Result_TxOutAccessErrorZ |
|
| Result_TxOutAccessErrorZ.Result_TxOutAccessErrorZ_Err |
|
| Result_TxOutAccessErrorZ.Result_TxOutAccessErrorZ_OK |
|
| Result_u32GraphSyncErrorZ |
|
| Result_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_Err |
|
| Result_u32GraphSyncErrorZ.Result_u32GraphSyncErrorZ_OK |
|
| Result_UnsignedChannelAnnouncementDecodeErrorZ |
|
| Result_UnsignedChannelAnnouncementDecodeErrorZ.Result_UnsignedChannelAnnouncementDecodeErrorZ_Err |
|
| Result_UnsignedChannelAnnouncementDecodeErrorZ.Result_UnsignedChannelAnnouncementDecodeErrorZ_OK |
|
| Result_UnsignedChannelUpdateDecodeErrorZ |
|
| Result_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_Err |
|
| Result_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_OK |
|
| Result_UnsignedNodeAnnouncementDecodeErrorZ |
|
| Result_UnsignedNodeAnnouncementDecodeErrorZ.Result_UnsignedNodeAnnouncementDecodeErrorZ_Err |
|
| Result_UnsignedNodeAnnouncementDecodeErrorZ.Result_UnsignedNodeAnnouncementDecodeErrorZ_OK |
|
| Result_UpdateAddHTLCDecodeErrorZ |
|
| Result_UpdateAddHTLCDecodeErrorZ.Result_UpdateAddHTLCDecodeErrorZ_Err |
|
| Result_UpdateAddHTLCDecodeErrorZ.Result_UpdateAddHTLCDecodeErrorZ_OK |
|
| Result_UpdateFailHTLCDecodeErrorZ |
|
| Result_UpdateFailHTLCDecodeErrorZ.Result_UpdateFailHTLCDecodeErrorZ_Err |
|
| Result_UpdateFailHTLCDecodeErrorZ.Result_UpdateFailHTLCDecodeErrorZ_OK |
|
| Result_UpdateFailMalformedHTLCDecodeErrorZ |
|
| Result_UpdateFailMalformedHTLCDecodeErrorZ.Result_UpdateFailMalformedHTLCDecodeErrorZ_Err |
|
| Result_UpdateFailMalformedHTLCDecodeErrorZ.Result_UpdateFailMalformedHTLCDecodeErrorZ_OK |
|
| Result_UpdateFeeDecodeErrorZ |
|
| Result_UpdateFeeDecodeErrorZ.Result_UpdateFeeDecodeErrorZ_Err |
|
| Result_UpdateFeeDecodeErrorZ.Result_UpdateFeeDecodeErrorZ_OK |
|
| Result_UpdateFulfillHTLCDecodeErrorZ |
|
| Result_UpdateFulfillHTLCDecodeErrorZ.Result_UpdateFulfillHTLCDecodeErrorZ_Err |
|
| Result_UpdateFulfillHTLCDecodeErrorZ.Result_UpdateFulfillHTLCDecodeErrorZ_OK |
|
| Result_WarningMessageDecodeErrorZ |
|
| Result_WarningMessageDecodeErrorZ.Result_WarningMessageDecodeErrorZ_Err |
|
| Result_WarningMessageDecodeErrorZ.Result_WarningMessageDecodeErrorZ_OK |
|
| Retry |
Strategies available to retry payment path failures for an [`Invoice`].
|
| Retry.Attempts |
Max number of attempts to retry payment.
|
| Retry.Timeout |
Time elapsed before abandoning retries for a payment.
|
| RevokeAndACK |
A revoke_and_ack message to be sent or received from a peer
|
| Route |
A route directs a payment from the sender (us) to the recipient.
|
| RouteHint |
A list of hops along a payment path terminating with a channel to the recipient.
|
| RouteHintHop |
A channel descriptor for a hop along a payment path.
|
| RouteHop |
A hop in a route
|
| RouteParameters |
Parameters needed to find a [`Route`].
|
| Router |
A trait defining behavior for routing an [`Invoice`] payment.
|
| RoutingFees |
Fees for routing via a given channel or a node
|
| RoutingMessageHandler |
A trait to describe an object which can receive routing messages.
|
| Score |
An interface used to score payment channels for path finding.
|
| Sha256 |
SHA-256 hash
|
| Shutdown |
A shutdown message to be sent or received from a peer
|
| ShutdownScript |
A script pubkey for shutting down a channel as defined by [BOLT #2].
|
| Sign |
A cloneable signer.
|
| SignedRawInvoice |
Represents a signed `RawInvoice` with cached hash.
|
| SignOrCreationError |
When signing using a fallible method either an user-supplied `SignError` or a `CreationError`
may occur.
|
| SignOrCreationError.CreationError |
An error occurred while building the transaction
|
| SignOrCreationError.SignError |
An error occurred during signing
|
| SocketDescriptor |
Provides an object which can be used to send data to and which uniquely identifies a connection
to a remote host.
|
| SpendableOutputDescriptor |
When on-chain outputs are created by rust-lightning (which our counterparty is not able to
claim at any point in the future) an event is generated which you must track and be able to
spend on-chain.
|
| SpendableOutputDescriptor.DelayedPaymentOutput |
An output to a P2WSH script which can be spent with a single signature after a CSV delay.
|
| SpendableOutputDescriptor.StaticOutput |
An output to a script which was provided via KeysInterface directly, either from
`get_destination_script()` or `get_shutdown_scriptpubkey()`, thus you should already know
how to spend it.
|
| SpendableOutputDescriptor.StaticPaymentOutput |
An output to a P2WPKH, spendable exclusively by our payment key (ie the private key which
corresponds to the public key in Sign::pubkeys().payment_point).
|
| StaticPaymentOutputDescriptor |
Information about a spendable output to our \"payment key\".
|
| ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ |
A Tuple
|
| ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ |
A Tuple
|
| ThreeTuple_RawInvoice_u832InvoiceSignatureZ |
A Tuple
|
| TrustedClosingTransaction |
A wrapper on ClosingTransaction indicating that the built bitcoin
transaction is trusted.
|
| TrustedCommitmentTransaction |
A wrapper on CommitmentTransaction indicating that the derived fields (the built bitcoin
transaction and the transaction creation keys) are trusted.
|
| TwoTuple_BlockHashChannelManagerZ |
A Tuple
|
| TwoTuple_BlockHashChannelMonitorZ |
A Tuple
|
| TwoTuple_OutPointScriptZ |
A Tuple
|
| TwoTuple_PaymentHashPaymentIdZ |
A Tuple
|
| TwoTuple_PaymentHashPaymentSecretZ |
A Tuple
|
| TwoTuple_PublicKeyTypeZ |
A Tuple
|
| TwoTuple_SignatureCVec_SignatureZZ |
A Tuple
|
| TwoTuple_SignatureSignatureZ |
A Tuple
|
| TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ |
A Tuple
|
| TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ |
A Tuple
|
| TwoTuple_u32ScriptZ |
A Tuple
|
| TwoTuple_u32TxOutZ |
A Tuple
|
| TwoTuple_u64u64Z |
A Tuple
|
| TwoTuple_usizeTransactionZ |
A Tuple
|
| TxCreationKeys |
The set of public keys which are used in the creation of one commitment transaction.
|
| TxOut |
|
| Type |
Defines a type identifier for sending messages over the wire.
|
| UnsignedChannelAnnouncement |
The unsigned part of a channel_announcement
|
| UnsignedChannelUpdate |
The unsigned part of a channel_update
|
| UnsignedNodeAnnouncement |
The unsigned part of a node_announcement
|
| UpdateAddHTLC |
An update_add_htlc message to be sent or received from a peer
|
| UpdateFailHTLC |
An update_fail_htlc message to be sent or received from a peer
|
| UpdateFailMalformedHTLC |
An update_fail_malformed_htlc message to be sent or received from a peer
|
| UpdateFee |
An update_fee message to be sent or received from a peer
|
| UpdateFulfillHTLC |
An update_fulfill_htlc message to be sent or received from a peer
|
| UserConfig |
Top-level config which holds ChannelHandshakeLimits and ChannelConfig.
|
| UtilMethods |
|
| WarningMessage |
A warning message to be sent or received from a peer
|
| Watch |
The `Watch` trait defines behavior for watching on-chain activity pertaining to channels as
blocks are connected and disconnected.
|
| WatchedOutput |
A transaction output watched by a [`ChannelMonitor`] for spends on-chain.
|