Function tea_sdk::utils::wasm_actor::actors::crypto::ether_verify
pub async fn ether_verify(
account: H160,
data: String,
signature_hex: String
) -> Result<bool, Error>
Expand description
Verify signature with ether.rs