Module types

Module types 

Source
Expand description

Type definitions and constants for DLC messages

Re-exports§

pub use crate::AcceptDlc;
pub use crate::CloseDlc;
pub use crate::OfferDlc;
pub use crate::SignDlc;
pub use crate::channel::AcceptChannel;
pub use crate::channel::CollaborativeCloseOffer;
pub use crate::channel::OfferChannel;
pub use crate::channel::Reject;
pub use crate::channel::RenewAccept;
pub use crate::channel::RenewConfirm;
pub use crate::channel::RenewFinalize;
pub use crate::channel::RenewOffer;
pub use crate::channel::RenewRevoke;
pub use crate::channel::SettleAccept;
pub use crate::channel::SettleConfirm;
pub use crate::channel::SettleFinalize;
pub use crate::channel::SettleOffer;
pub use crate::channel::SignChannel;

Constants§

ACCEPT_CHANNEL_TYPE
The type prefix for a message.
ACCEPT_TYPE
The type prefix for a message.
CLOSE_TYPE
The type prefix for a message.
COLLABORATIVE_CLOSE_OFFER_TYPE
The type prefix for a message.
OFFER_CHANNEL_TYPE
The type prefix for a message.
OFFER_TYPE
The type prefix for a message.
REJECT
The type prefix for a message.
RENEW_CHANNEL_ACCEPT_TYPE
The type prefix for a message.
RENEW_CHANNEL_CONFIRM_TYPE
The type prefix for a message.
RENEW_CHANNEL_FINALIZE_TYPE
The type prefix for a message.
RENEW_CHANNEL_OFFER_TYPE
The type prefix for a message.
RENEW_CHANNEL_REVOKE_TYPE
The type prefix for a message.
SETTLE_CHANNEL_ACCEPT_TYPE
The type prefix for a message.
SETTLE_CHANNEL_CONFIRM_TYPE
The type prefix for a message.
SETTLE_CHANNEL_FINALIZE_TYPE
The type prefix for a message.
SETTLE_CHANNEL_OFFER_TYPE
The type prefix for a message.
SIGN_CHANNEL_TYPE
The type prefix for a message.
SIGN_TYPE
The type prefix for a message.