Files
aiken/examples/acceptance_tests/021/lib/tests.ak
2022-12-23 22:00:59 -05:00

9 lines
114 B
Plaintext

pub type Hash<a> =
ByteArray
pub type PoolId =
Hash<VerificationKey>
pub type VerificationKey =
ByteArray