pub async fn ether_verify(
    account: H160,
    data: String,
    signature_hex: String
) -> Result<bool, Error>
Expand description

Verify signature with ether.rs