We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
false
1 parent 2c338d0 commit 4ccbf34Copy full SHA for 4ccbf34
src/types.rs
@@ -534,6 +534,7 @@ pub struct NewAccount<'a> {
534
/// Set to `true` in order to retrieve an existing account
535
///
536
/// Setting this to `false` has not been tested.
537
+ #[serde(skip_serializing_if = "std::ops::Not::not")]
538
pub only_return_existing: bool,
539
}
540
0 commit comments