Type Alias ChannelPath

Source
pub type ChannelPath = Vec<Address>;

Aliased Type§

pub struct ChannelPath { /* private fields */ }

Trait Implementations§

Source§

impl From<ChainPath> for ChannelPath

Source§

fn from(value: ChainPath) -> Self

Converts to this type from the input type.