feat: rework how modules are loaded
This commit is contained in:
8
examples/aiken_std/lib/aiken/context.ak
Normal file
8
examples/aiken_std/lib/aiken/context.ak
Normal file
@@ -0,0 +1,8 @@
|
||||
pub type ScriptContext(purpose) {
|
||||
tx_info: TxInfo,
|
||||
script_purpose: purpose,
|
||||
}
|
||||
|
||||
pub type TxInfo {
|
||||
idk: Int,
|
||||
}
|
||||
Reference in New Issue
Block a user