Type Alias MichelsonSimpleComparableTypeID

MichelsonSimpleComparableTypeID:
    | "string"
    | "nat"
    | "int"
    | "bytes"
    | "bool"
    | "mutez"
    | "key_hash"
    | "address"
    | "timestamp"
    | "never"
    | "key"
    | "unit"
    | "signature"
    | "chain_id"
    | "tx_rollup_l2_address"