File tree 1 file changed +2
-0
lines changed
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 {
296
296
/// Details of a channel as returned by [`Node::list_channels`].
297
297
///
298
298
/// [`Node::list_channels`]: [`crate::Node::list_channels`]
299
+ #[ derive( Debug , Clone , PartialEq , Eq ) ]
299
300
pub struct ChannelDetails {
300
301
/// The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
301
302
/// thereafter this is the transaction ID of the funding transaction XOR the funding transaction
@@ -394,6 +395,7 @@ impl From<LdkChannelDetails> for ChannelDetails {
394
395
/// Details of a known Lightning peer as returned by [`Node::list_peers`].
395
396
///
396
397
/// [`Node::list_peers`]: [`crate::Node::list_peers`]
398
+ #[ derive( Debug , Clone , PartialEq , Eq ) ]
397
399
pub struct PeerDetails {
398
400
/// Our peer's node ID.
399
401
pub node_id : PublicKey ,
You can’t perform that action at this time.
0 commit comments