File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ impl UniffiCustomTypeConverter for Txid {
296296/// Details of a channel as returned by [`Node::list_channels`].
297297///
298298/// [`Node::list_channels`]: [`crate::Node::list_channels`]
299+ #[ derive( Debug , Clone , PartialEq , Eq ) ]
299300pub struct ChannelDetails {
300301 /// The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
301302 /// thereafter this is the transaction ID of the funding transaction XOR the funding transaction
@@ -394,6 +395,7 @@ impl From<LdkChannelDetails> for ChannelDetails {
394395/// Details of a known Lightning peer as returned by [`Node::list_peers`].
395396///
396397/// [`Node::list_peers`]: [`crate::Node::list_peers`]
398+ #[ derive( Debug , Clone , PartialEq , Eq ) ]
397399pub struct PeerDetails {
398400 /// Our peer's node ID.
399401 pub node_id : PublicKey ,
You can’t perform that action at this time.
0 commit comments