Add new acceptance test scenario (021)
``` Error: aiken::check × Checking ╰─▶ Unknown type VerificationKey ╭─[021/lib/test.ak:4:1] 4 │ pub type PoolId = 5 │ Hash<VerificationKey> · ─────────────── 6 │ ╰──── ```
This commit is contained in:
parent
ed58a1cac7
commit
0d0e698d5e
|
@ -0,0 +1,2 @@
|
|||
name = "acceptance_test_021"
|
||||
version = "0.0.0"
|
|
@ -0,0 +1,8 @@
|
|||
pub type Hash<a> =
|
||||
ByteArray
|
||||
|
||||
pub type PoolId =
|
||||
Hash<VerificationKey>
|
||||
|
||||
pub type VerificationKey =
|
||||
ByteArray
|
Loading…
Reference in New Issue