Skip to content

Commit

Permalink
Derive common traits on the RPC struct
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Feb 19, 2023
1 parent 122e00d commit 37982dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Types for unified addresses
/// `z_listunifiedreceivers` response
#[derive(serde::Serialize, serde::Deserialize)]
#[derive(Clone, Debug, Eq, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct Response {
#[serde(skip_serializing_if = "String::is_empty")]
orchard: String,
Expand Down

0 comments on commit 37982dc

Please sign in to comment.