Skip to content
Snippets Groups Projects

Oneshot accounts

Merged Pascal Engélibert requested to merge poc-oneshot-accounts into master
Compare and Show latest version
2 files
+ 7
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -66,6 +66,7 @@ pub async fn consume_oneshot_account(
Ok(())
}
#[allow(clippy::too_many_arguments)]
pub async fn consume_oneshot_account_two_dests(
api: &Api,
client: &Client,
Loading