Function get_struct_hash

Source
fn get_struct_hash(
    primary: &str,
    type_def: &String,
    abi_encoded_data: &Bytes,
) -> Result
Expand description

Returns the EIP-712 struct hash for provided name, definition and ABI encoded data.