feat: add length and concat to aiken/bytearray

This commit is contained in:
rvcas
2022-11-10 11:14:19 -05:00
committed by Lucas
parent b7edb7e584
commit 9f374d9431
2 changed files with 13 additions and 5 deletions

View File

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