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:
KtorZ 2022-12-15 15:29:56 +01:00 committed by Lucas
parent ed58a1cac7
commit 0d0e698d5e
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
name = "acceptance_test_021"
version = "0.0.0"

View File

@ -0,0 +1,8 @@
pub type Hash<a> =
ByteArray
pub type PoolId =
Hash<VerificationKey>
pub type VerificationKey =
ByteArray