Closed ucarion closed 5 years ago
The CDDL rule for num_type is defined as:
num_type = "number" / "float32" / "float64" / "int8" / "uint8" / "int16" / "uint16" / "int32" / "uint32"
It should have int64 and uint64 as well.
The CDDL rule for num_type is defined as:
It should have int64 and uint64 as well.