Skip to content

Commit

Permalink
pub VaultPagination
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 2, 2024
1 parent 1f3eed6 commit d216e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json/src/vault.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ pub struct WithdrawVault {
#[derive(Debug, Serialize, Deserialize, Default)]
#[serde(rename_all = "camelCase")]
pub struct VaultPagination {
start: Option<String>,
including_start: Option<bool>,
limit: Option<usize>,
pub start: Option<String>,
pub including_start: Option<bool>,
pub limit: Option<usize>,
}

#[derive(Debug, Serialize, Deserialize, Default)]
Expand Down

0 comments on commit d216e6a

Please sign in to comment.