pub type ChannelId = H160;
Channel id is actually a public key of the channel
struct ChannelId(pub [u8; 20]);
0: [u8; 20]