Function: mapSchemaDataTypeToGRC20PropDataType()
mapSchemaDataTypeToGRC20PropDataType(
dataType):ValueDataType|"RELATION"
Defined in: packages/hypergraph/src/mapping/Mapping.ts:787
Parameters
dataType
the dataType from the user-submitted schema
`Relation(${string})` | "String" | "Number" | "Boolean" | "Date" | "Point"
Returns
ValueDataType | "RELATION"
the mapped to GRC-20 dataType for the GRC-20 ops
Since
0.2.0