aiken/examples/aiken_std/validators/always_true.ak

4 lines
58 B
Plaintext

pub fn spend(d: Nil, r: Nil, ctx: Nil) -> Bool {
True
}