chore: acceptance tests v3 syntax

This commit is contained in:
rvcas
2024-08-26 15:56:49 -04:00
parent b57f840cad
commit ff25fbd970
10 changed files with 21 additions and 21 deletions

View File

@@ -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)] =

View File

@@ -1,7 +1,7 @@
use aiken/collection/list
use cardano/transaction.{Output, Transaction}
validator {
validator foo {
spend(
_datum: Void,
_redeemer: Void,