Plutonomicon / pluto

An untyped Plutus Core assembler
32 stars 8 forks source link

`FromUPLC` (and preferably `ToPluto`) instance for `BuiltinData` #21

Closed TotallyNotChase closed 2 years ago

TotallyNotChase commented 2 years ago

Returning BuiltinData (or Data) from a pluto program (built using pluto's data syntax) is probably the most common usecase for pluto functions. Hence, I think there should be a FromUPLC instance for BuiltinData. Or is there some other way to implement this use case?