Struct ChannelInfo

Channel information for Wallets

struct ChannelInfo ;

Fields

NameTypeDescription
chan_id geod24.bitblob.BitBlob!(64L)The associated channel ID
owner_balance AmountThe amount that's currently held by the owner
owner_key PublicKeyThe original funder of this channel (managed by the Wallet)
peer_balance AmountThe amount that's currently held by the counter-party
peer_key PublicKeyThe counter-party of this channel
state ChannelStateThe current channel state (e.g. open / closed / etc)