pub(crate) async fn send_keychain_tx_with_root_signer(
calldata: Vec<u8>,
tx_opts: TransactionOpts,
send_tx: &SendTxOpts,
root_signer: KeychainRootSigner,
before_submit: impl FnOnce() -> Result<()>,
) -> Result<KeychainTxOutcome>Expand description
Send AccountKeychain calldata with an already-resolved root signer.