Function ssi::eip712::hash_struct

source ·
pub fn hash_struct(
    data: &EIP712Value,
    struct_name: &String,
    types: &Types
) -> Result<[u8; 32], TypedDataHashError>
Available on crate feature eip only.
Expand description