Function contract_send

Source
pub async fn contract_send<T, P, C>(
    call: &SolCallBuilder<T, P, C>,
) -> Result<(TransactionReceipt, u64), Error>
where P: Provider, C: SolCall,
Expand description

send a transaction and wait for confirmation before returning the tx receipt and block included.

§NOTE: