Function ssi::eip712::generate_types

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