UplcValue
export type UplcValue =
| UplcInt
| UplcByteArray
| UplcString
| UplcUnit
| UplcBool
| UplcList
| UplcPair
| UplcDataValue
| Bls12_381_G1_element
| Bls12_381_G2_element
| Bls12_381_MlResult
export type UplcValue =
| UplcInt
| UplcByteArray
| UplcString
| UplcUnit
| UplcBool
| UplcList
| UplcPair
| UplcDataValue
| Bls12_381_G1_element
| Bls12_381_G2_element
| Bls12_381_MlResult