chore: acceptance tests v3 syntax
This commit is contained in:
@@ -8,7 +8,7 @@ type Action {
|
||||
Burn
|
||||
}
|
||||
|
||||
validator(token_name: ByteArray, utxo_ref: OutputReference) {
|
||||
validator foo(token_name: ByteArray, utxo_ref: OutputReference) {
|
||||
mint(rdmr: Action, policy_id: PolicyId, transaction: Transaction) -> Bool {
|
||||
let Transaction { inputs, mint, .. } = transaction
|
||||
expect [Pair(asset_name, amount)] =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use aiken/collection/list
|
||||
use cardano/transaction.{Output, Transaction}
|
||||
|
||||
validator {
|
||||
validator foo {
|
||||
spend(
|
||||
_datum: Void,
|
||||
_redeemer: Void,
|
||||
|
||||
Reference in New Issue
Block a user