Skip to main content

deposit_through_transfer

Function deposit_through_transfer 

Source
pub async fn deposit_through_transfer(
    amount: U256,
    from: Address,
    from_pk: &SecretKey,
    eth_client: &EthClient,
) -> Result<H256, EthClientError>