feat: when statements with field access now work
This commit is contained in:
@@ -7,8 +7,9 @@ pub type ScriptContext {
|
||||
}
|
||||
|
||||
pub type Redeem {
|
||||
Buy
|
||||
Sell
|
||||
Buy { tipo: ByteArray, fin: Int }
|
||||
Sell { twice: ByteArray, find: Int }
|
||||
Hold(Int)
|
||||
}
|
||||
|
||||
pub type Datum {
|
||||
|
||||
Reference in New Issue
Block a user