async fn send_keychain_call(
call: &impl SolCall,
tx_opts: TransactionOpts,
send_tx: &SendTxOpts,
force: bool,
) -> Result<()>Expand description
Send an AccountKeychain precompile call as a root-authorized transaction.
async fn send_keychain_call(
call: &impl SolCall,
tx_opts: TransactionOpts,
send_tx: &SendTxOpts,
force: bool,
) -> Result<()>Send an AccountKeychain precompile call as a root-authorized transaction.