pub type ChannelId = Hash;Expand description
Alias for the Hash representing a channel ID.
Aliased Type§
pub struct ChannelId(/* private fields */);Trait Implementations§
Source§impl<'a> From<&'a ChannelParties> for ChannelId
impl<'a> From<&'a ChannelParties> for ChannelId
Source§fn from(value: &'a ChannelParties) -> Self
fn from(value: &'a ChannelParties) -> Self
Converts to this type from the input type.