feat(wallet): distributed transaction sending

This commit is contained in:
Pravdyvy
2026-07-20 17:10:01 +03:00
parent 396dd17c21
commit 580c466124
5 changed files with 127 additions and 82 deletions
@@ -61,7 +61,7 @@ async fn main() {
// Construct the public transaction
// Query the current nonce from the node
let nonces = wallet_core
.get_accounts_nonces(&[account_id])
.get_accounts_nonces(vec![account_id])
.await
.expect("Node should be reachable to query account data");
let signing_keys = [&signing_key];