Skip to content
Snippets Groups Projects

Oneshot accounts

Merged Pascal Engélibert requested to merge poc-oneshot-accounts into master
All threads resolved!
Compare and Show latest version
17 files
+ 263
303
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -90,7 +90,7 @@ pub async fn consume_oneshot_account(
}
#[allow(clippy::too_many_arguments)]
pub async fn consume_oneshot_account_two_dests(
pub async fn consume_oneshot_account_with_remaining(
api: &Api,
client: &Client,
from: AccountKeyring,
Loading