Skip to main content

build_provider_with_signer

Function build_provider_with_signer 

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

Creates a provider with a pre-resolved signer.