aiken/examples/sample/lib/syntax.ak

7 lines
104 B
Plaintext

pub type ScriptContext {
idk: Int
}
pub fn append(a: ByteArray, b: ByteArray) -> ByteArray {
todo
}