feat: some boilerplate for typechecking

This commit is contained in:
rvcas
2022-10-13 18:34:25 -04:00
committed by Lucas
parent ed2ef4fa9b
commit 4df3de0a03
13 changed files with 264 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ pub type Datum {
}
pub type Redeemer {
Buy,
Buy
Sell
}