Skip to main content

eth_get_code

Function eth_get_code 

Source
async fn eth_get_code<DB>(
    ctx: &Arc<RPCState<DB>>,
    ts: &Tipset,
    eth_address: &EthAddress,
) -> Result<EthBytes, ServerError>
where DB: Blockstore + Send + Sync + 'static,