aiken/examples/aiken_std/validators/always_true.ak

4 lines
48 B
Plaintext

pub fn spend() -> Bool {
True
}