feat: rework how modules are loaded

This commit is contained in:
rvcas
2022-11-10 10:27:03 -05:00
committed by Lucas
parent 7b5763edeb
commit c9da049712
9 changed files with 22 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
pub type ScriptContext(purpose) {
tx_info: TxInfo,
script_purpose: purpose,
}
pub type TxInfo {
idk: Int,
}