signing_provider_with_curl

Function signing_provider_with_curl 

Source
pub(crate) async fn signing_provider_with_curl(
    tx_opts: &SendTxOpts,
    curl_mode: bool,
) -> Result<RetryProviderWithSigner>
Expand description

Creates a provider with wallet for signing transactions locally.

If curl_mode is true, the provider will print equivalent curl commands to stdout instead of executing RPC requests.