ChannelId

Type Alias ChannelId 

Source
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

Source§

fn from(value: &'a ChannelParties) -> Self

Converts to this type from the input type.