checkpoint commit

This commit is contained in:
Kasey White
2022-11-05 22:21:00 -04:00
committed by Lucas
parent 9864a3fe31
commit e3fa9ac105
5 changed files with 238 additions and 153 deletions

View File

@@ -3,7 +3,7 @@ pub type ScriptContext {
}
pub type Datum {
something: ByteArray,
something: ScriptContext,
fin: Int
}

View File

@@ -12,7 +12,7 @@ pub fn spend(datum: sample.Datum, rdmr: Redeemer, ctx: spend.ScriptContext) -> B
let y = 2
let x = 1
let a = datum.something
let a = datum.something.thing
let b = 2
b == 1
}