Export `ChannelId` in bindings rather than `[u8; 32]`
authorMatt Corallo <git@bluematt.me>
Sat, 11 May 2024 16:16:12 +0000 (16:16 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 18:55:22 +0000 (18:55 +0000)
commit58febc36d1772cd8d7774b8c86edf9a87a70b1b2
treeef07bbd42af8eb52ca27edb102b68014d4e3c462
parent3fc3166b28c4c977b44a3933c08603ab6f1b15bb
Export `ChannelId` in bindings rather than `[u8; 32]`

Now that `ChannelId` has useful constructors and methods we need
to start exposing it to bindings users rather than relying on using
`[u8; 32]`.
lightning/src/ln/types.rs