feat: add module constants

This commit is contained in:
rvcas
2022-12-01 15:15:06 -05:00
committed by Lucas
parent 34c8a58391
commit fedafed845
8 changed files with 298 additions and 54 deletions

View File

@@ -3,6 +3,8 @@ use sample/mint
use sample/spend
use aiken/builtin
const something = 5
pub type Redeemer {
signer: ByteArray,
amount: Int,