aiken/examples/sample/lib/sample.ak

8 lines
84 B
Plaintext

pub type Redeemer {
signer: ByteArray,
}
pub type Datum {
random: ByteArray,
}