Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/fixripplestate #37

Merged
merged 10 commits into from
May 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ammid
  • Loading branch information
allanbrondumkr committed May 24, 2024
commit 12f8b7221351b2b1b51305e2f552570a93968a3b
2 changes: 2 additions & 0 deletions xrpl_api/src/objects/account_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pub struct AccountRoot {
pub account: String,
#[serde(rename = "AccountTxnID")]
pub account_txn_id: Option<String>,
#[serde(rename = "AMMID")]
pub amm_id: Option<String>,
pub balance: Option<String>,
#[serde(rename = "BurnedNFTokens")]
pub burned_nf_tokens: Option<u32>,
Expand Down