9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
pub type Hash<a> =
|
|
ByteArray
|
|
|
|
pub type PoolId =
|
|
Hash<VerificationKey>
|
|
|
|
pub type VerificationKey =
|
|
ByteArray
|