aiken/examples/acceptance_tests/021/lib/test.ak

9 lines
114 B
Plaintext

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