balances, nonce and a new-heads subscription for every open account #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #3
Scope
ChainAdapter::balancefromSystem::Account(free, reserved, frozen; the UI shows spendable and total), the account nonce, and a subscription to finalized heads that refreshes balances for every account the wallet holds and pushes changes to the webview as Tauri events. Detect whether an account is a high-security account (ReversibleTransfers::HighSecurityAccounts) and carry that onAccountRefso the send path can branch.Acceptance
A transfer into a wallet account from the CLI shows in the UI within one finalized block without user action.
Depends on
The subxt config; the RPC connection manager.