Skip to main content

eth_get_code

Function eth_get_code 

Source
async fn eth_get_code(
    ctx: &Arc<RPCState>,
    ts: &Tipset,
    eth_address: &EthAddress,
) -> Result<EthBytes, ServerError>