(feat) balance
This commit is contained in:
parent
779ae4d498
commit
aeb9514aa3
15 changed files with 461 additions and 26 deletions
|
|
@ -81,6 +81,11 @@ pub struct AccountIdentification {
|
|||
pub name: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize, Clone)]
|
||||
pub struct BalanceResponse {
|
||||
pub data: BalanceData,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize, Clone)] // Added Serialize here
|
||||
pub struct BalanceData {
|
||||
pub balance: Vec<Balance>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue