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 |
|
APIError.ChannelUnavailable |
|
APIError.FeeRateTooHigh |
|
APIError.IncompatibleShutdownScript |
|
APIError.MonitorUpdateFailed |
|
APIError.RouteError |
|
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.
|
BaseSign |
A trait to sign lightning channel transactions as described in BOLT 3.
|
BestBlock |
The best known block as identified by its hash and height.
|
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.
|
ChannelManagerPersister |
Trait which handles persisting a [`ChannelManager`] to disk.
|
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.
|
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).
|
ChannelUpdate |
A channel_update message to be sent or received from a peer
|
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.
|
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 to
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.
|
DataLossProtect |
Proof that the sender knows the per-commitment secret of the previous commitment transaction.
|
DecodeError |
An error in decoding a message or struct.
|
DelayedPaymentOutputDescriptor |
Information about a spendable output to a P2WSH script.
|
Description |
Description string
# Invariants
The description can be at most 639 __bytes__ long
|
DirectedChannelTransactionParameters |
Static channel fields used to build transactions given per-commitment fields, organized by
broadcaster/countersignatory.
|
DirectionalChannelInfo |
Details about one direction of a channel.
|
ErrorAction |
Used to put an error message in a LightningError
|
ErrorAction.DisconnectPeer |
|
ErrorAction.IgnoreAndLog |
|
ErrorAction.IgnoreError |
|
ErrorAction.SendErrorMessage |
|
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.FundingGenerationReady |
|
Event.PaymentFailed |
|
Event.PaymentForwarded |
|
Event.PaymentReceived |
|
Event.PaymentSent |
|
Event.PendingHTLCsForwardable |
|
Event.SpendableOutputs |
|
EventHandler |
A trait implemented for objects handling events from [`EventsProvider`].
|
EventsProvider |
A trait indicating an object may generate events.
|
ExpiryTime |
Positive duration that defines when (relatively to the timestamp) in the future the invoice
expires
# Invariants
The number of seconds this expiry time represents has to be in the range
`0...(SYSTEM_TIME_MAX_UNIX_TIMESTAMP - MAX_EXPIRY_TIME)` to avoid overflows when adding it to a
timestamp
|
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.
|
FundingCreated |
A funding_created message to be sent or received from a peer
|
FundingLocked |
A funding_locked message to be sent or received from a peer
|
FundingSigned |
A funding_signed message to be sent or received from a peer
|
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.
|
HolderCommitmentTransaction |
Information needed to build and sign a holder's commitment transaction.
|
HTLCFailChannelUpdate |
The information we received from a peer along the route of a payment we originated.
|
HTLCFailChannelUpdate.ChannelClosed |
|
HTLCFailChannelUpdate.ChannelUpdateMessage |
|
HTLCFailChannelUpdate.NodeFailure |
|
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.
|
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.
|
LockedNetworkGraph |
A simple newtype for RwLockReadGuard<'a, NetworkGraph>.
|
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 |
|
MessageSendEvent.BroadcastChannelUpdate |
|
MessageSendEvent.BroadcastNodeAnnouncement |
|
MessageSendEvent.HandleError |
|
MessageSendEvent.PaymentFailureNetworkUpdate |
|
MessageSendEvent.SendAcceptChannel |
|
MessageSendEvent.SendAnnouncementSignatures |
|
MessageSendEvent.SendChannelRangeQuery |
|
MessageSendEvent.SendChannelReestablish |
|
MessageSendEvent.SendChannelUpdate |
|
MessageSendEvent.SendClosingSigned |
|
MessageSendEvent.SendFundingCreated |
|
MessageSendEvent.SendFundingLocked |
|
MessageSendEvent.SendFundingSigned |
|
MessageSendEvent.SendOpenChannel |
|
MessageSendEvent.SendReplyChannelRange |
|
MessageSendEvent.SendRevokeAndACK |
|
MessageSendEvent.SendShortIdsQuery |
|
MessageSendEvent.SendShutdown |
|
MessageSendEvent.UpdateHTLCs |
|
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.CommitmentTxBroadcasted |
|
MonitorEvent.HTLCEvent |
|
MonitorUpdateError |
General Err type for ChannelMonitor actions.
|
NetAddress |
An address which can be used to connect to a remote peer
|
NetAddress.IPv4 |
|
NetAddress.IPv6 |
|
NetAddress.OnionV2 |
|
NetAddress.OnionV3 |
|
NetGraphMsgHandler |
Receives and validates network updates from peers,
stores authentic and relevant data as a network graph.
|
NetworkGraph |
Represents the network as nodes and channels between them
|
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.
|
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_C2Tuple_usizeTransactionZZ |
An enum which can either contain a crate::c_types::derived::C2Tuple_usizeTransactionZ or not
|
Option_C2Tuple_usizeTransactionZZ.None |
|
Option_C2Tuple_usizeTransactionZZ.Some |
|
Option_u16Z |
An enum which can either contain a u16 or not
|
Option_u16Z.None |
|
Option_u16Z.Some |
|
Option_u32Z |
An enum which can either contain a u32 or not
|
Option_u32Z.None |
|
Option_u32Z.Some |
|
Option_u64Z |
An enum which can either contain a u64 or not
|
Option_u64Z.None |
|
Option_u64Z.Some |
|
OutPoint |
A reference to a transaction output.
|
PayeePubKey |
Payee public key
|
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 |
|
PaymentPurpose.SpontaneousPayment |
|
PaymentSendFailure |
If a payment fails to send, it can be in one of several states.
|
PaymentSendFailure.AllFailedRetrySafe |
|
PaymentSendFailure.ParameterError |
|
PaymentSendFailure.PartialFailure |
|
PaymentSendFailure.PathParameterError |
|
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.
|
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 which means its representation as UNIX
timestamp is positive.
|
PrivateRoute |
Private routing information
# Invariants
The encoded route has to be <1024 5bit characters long (<=639 bytes or <=12 hops)
|
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.
|
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.
|
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_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_SignatureCVec_SignatureZZNoneZ |
|
Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.Result_C2Tuple_SignatureCVec_SignatureZZNoneZ_Err |
|
Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.Result_C2Tuple_SignatureCVec_SignatureZZNoneZ_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_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_ChannelReestablishDecodeErrorZ |
|
Result_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_Err |
|
Result_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_OK |
|
Result_ChannelTransactionParametersDecodeErrorZ |
|
Result_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_Err |
|
Result_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_OK |
|
Result_ChannelUpdateDecodeErrorZ |
|
Result_ChannelUpdateDecodeErrorZ.Result_ChannelUpdateDecodeErrorZ_Err |
|
Result_ChannelUpdateDecodeErrorZ.Result_ChannelUpdateDecodeErrorZ_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_CounterpartyChannelTransactionParametersDecodeErrorZ |
|
Result_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_Err |
|
Result_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_OK |
|
Result_CResult_NetAddressu8ZDecodeErrorZ |
|
Result_CResult_NetAddressu8ZDecodeErrorZ.Result_CResult_NetAddressu8ZDecodeErrorZ_Err |
|
Result_CResult_NetAddressu8ZDecodeErrorZ.Result_CResult_NetAddressu8ZDecodeErrorZ_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_DirectionalChannelInfoDecodeErrorZ |
|
Result_DirectionalChannelInfoDecodeErrorZ.Result_DirectionalChannelInfoDecodeErrorZ_Err |
|
Result_DirectionalChannelInfoDecodeErrorZ.Result_DirectionalChannelInfoDecodeErrorZ_OK |
|
Result_ErrorMessageDecodeErrorZ |
|
Result_ErrorMessageDecodeErrorZ.Result_ErrorMessageDecodeErrorZ_Err |
|
Result_ErrorMessageDecodeErrorZ.Result_ErrorMessageDecodeErrorZ_OK |
|
Result_ExpiryTimeCreationErrorZ |
|
Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_Err |
|
Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_OK |
|
Result_FundingCreatedDecodeErrorZ |
|
Result_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_Err |
|
Result_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_OK |
|
Result_FundingLockedDecodeErrorZ |
|
Result_FundingLockedDecodeErrorZ.Result_FundingLockedDecodeErrorZ_Err |
|
Result_FundingLockedDecodeErrorZ.Result_FundingLockedDecodeErrorZ_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_InvoiceNoneZ |
|
Result_InvoiceNoneZ.Result_InvoiceNoneZ_Err |
|
Result_InvoiceNoneZ.Result_InvoiceNoneZ_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_NetAddressDecodeErrorZ |
|
Result_NetAddressDecodeErrorZ.Result_NetAddressDecodeErrorZ_Err |
|
Result_NetAddressDecodeErrorZ.Result_NetAddressDecodeErrorZ_OK |
|
Result_NetAddressu8Z |
|
Result_NetAddressu8Z.Result_NetAddressu8Z_Err |
|
Result_NetAddressu8Z.Result_NetAddressu8Z_OK |
|
Result_NetworkGraphDecodeErrorZ |
|
Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_Err |
|
Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_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_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_NoneMonitorUpdateErrorZ |
|
Result_NoneMonitorUpdateErrorZ.Result_NoneMonitorUpdateErrorZ_Err |
|
Result_NoneMonitorUpdateErrorZ.Result_NoneMonitorUpdateErrorZ_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_PaymentHashPaymentSendFailureZ |
|
Result_PaymentHashPaymentSendFailureZ.Result_PaymentHashPaymentSendFailureZ_Err |
|
Result_PaymentHashPaymentSendFailureZ.Result_PaymentHashPaymentSendFailureZ_OK |
|
Result_PaymentSecretAPIErrorZ |
|
Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_Err |
|
Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_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_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_RouteHopDecodeErrorZ |
|
Result_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_Err |
|
Result_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_OK |
|
Result_RouteLightningErrorZ |
|
Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_Err |
|
Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_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_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_SignedRawInvoiceNoneZ |
|
Result_SignedRawInvoiceNoneZ.Result_SignedRawInvoiceNoneZ_Err |
|
Result_SignedRawInvoiceNoneZ.Result_SignedRawInvoiceNoneZ_OK |
|
Result_SiPrefixNoneZ |
|
Result_SiPrefixNoneZ.Result_SiPrefixNoneZ_Err |
|
Result_SiPrefixNoneZ.Result_SiPrefixNoneZ_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_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_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 |
|
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
|
RoutingFees |
Fees for routing via a given channel or a node
|
RoutingMessageHandler |
A trait to describe an object which can receive routing messages.
|
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 |
|
SignOrCreationError.SignError |
|
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 |
|
SpendableOutputDescriptor.StaticOutput |
|
SpendableOutputDescriptor.StaticPaymentOutput |
|
StaticPaymentOutputDescriptor |
Information about a spendable output to our \"payment key\".
|
TrustedCommitmentTransaction |
A wrapper on CommitmentTransaction indicating that the derived fields (the built bitcoin
transaction and the transaction creation keys) are trusted.
|
TxCreationKeys |
The set of public keys which are used in the creation of one commitment transaction.
|
TxOut |
|
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 |
|
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.
|