Skip to main content

transaction_response

Function transaction_response 

Source
async fn transaction_response<N: Network>(
    provider: &impl Provider<N>,
    tx_hash: Option<String>,
    from: Option<NameOrAddress>,
    nonce: Option<u64>,
) -> Result<N::TransactionResponse>