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.
1 parent 6c0b248 commit cf46a23Copy full SHA for cf46a23
node/src/wallets.rs
@@ -94,16 +94,16 @@ pub enum AddressKind {
94
95
#[derive(Debug, Clone, Serialize, Deserialize)]
96
pub struct ConfirmedBalance {
97
- total: Amount,
98
- spendable: Amount,
99
- immature: Amount,
100
- locked: Amount,
+ pub total: Amount,
+ pub spendable: Amount,
+ pub immature: Amount,
+ pub locked: Amount,
101
}
102
103
104
pub struct UnconfirmedBalance {
105
106
107
108
109
0 commit comments