async fn prepare_write<const N: usize>(
vault: &NameOrAddress,
accounts: [NameOrAddress; N],
send_tx: &SendTxOpts,
) -> Result<[Address; N]>Expand description
Warns when the vault holds the native asset and resolves the write’s account arguments.