Skip to main content

get_provider_with_wallet

Function get_provider_with_wallet 

Source
pub(crate) async fn get_provider_with_wallet<N: Network + RecommendedFillers>(
    tx_opts: &SendTxOpts,
) -> Result<RetryProviderWithSigner<N>>
where N::TxEnvelope: From<Signed<N::UnsignedTx>>, N::UnsignedTx: SignableTransaction<Signature>,
Expand description

Creates a provider with wallet for signing transactions locally.