Type Alias tea_sdk::tapp::ChannelId

pub type ChannelId = H160;
Expand description

Channel id is actually a public key of the channel

Aliased Type§

struct ChannelId(pub [u8; 20]);

Fields§

§0: [u8; 20]