aiken/examples/sample/lib/sample/mint.ak

9 lines
124 B
Plaintext

use sample/context
pub type Mint {
currency_symbol: ByteArray,
}
pub type ScriptContext =
context.ScriptContext(Mint)