-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Otherwise the user will not know how to refund (if possible).
rust-sdk/ark-client/src/wallet.rs
Lines 63 to 73 in 8086871
| #[derive(Debug, Clone, Copy)] | |
| pub struct Balance { | |
| /// All coinbase outputs not yet matured | |
| pub immature: Amount, | |
| /// Unconfirmed UTXOs generated by a wallet tx | |
| pub trusted_pending: Amount, | |
| /// Unconfirmed UTXOs received from an external wallet | |
| pub untrusted_pending: Amount, | |
| /// Confirmed and immediately spendable balance | |
| pub confirmed: Amount, | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels