pub fn generate_types_with_proof(
    doc: &EIP712Value,
    primary_type: Option<String>
) -> Result<HashMap<String, StructType, RandomState>, TypesGenerationError>
Available on crate feature eip only.
Expand description

Generate types as in generate_types, but with assumed proof properties.