Skip to main content

send_keychain_tx_with_root_signer

Function send_keychain_tx_with_root_signer 

Source
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.