Function ethers::types::transaction::eip712::make_type_hash[][src]

pub fn make_type_hash(
    primary_type: String,
    fields: &[(String, ParamType)]
) -> [u8; 32]
Expand description

Convert hash map of field names and types into a type hash corresponding to enc types;