send_eth

Function send_eth 

Source
pub async fn send_eth(
    provider: impl Provider,
    to: Address,
    amount: U256,
) -> Result<PendingTransactionBuilder<Ethereum>>