Refresh gift_card and hello_world examples.

This commit is contained in:
KtorZ
2024-09-01 18:16:39 +02:00
parent 7bfc01413b
commit 9f6daa8cd5
13 changed files with 30 additions and 33 deletions

View File

@@ -13,4 +13,4 @@ requirements = []
source = "github"
[etags]
"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1725021962, nanos_since_epoch = 944823000 }, "cdbbce58b61deb385e7ea787a2e0fc2dc8fe94db9999e0e6275bc9c70e5796be"]
"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1725207295, nanos_since_epoch = 895782000 }, "d79382d2b6ecb3aee9b0755c31d8a5bbafe88a7b3706d7fb8a52fd4d05818501"]

View File

@@ -6,7 +6,7 @@
"plutusVersion": "v3",
"compiler": {
"name": "Aiken",
"version": "v1.1.0+9407b67"
"version": "v1.1.0+ddfe01e"
},
"license": "Apache-2.0"
},

View File

@@ -1,10 +1,10 @@
use aiken/builtin
use aiken/collection/dict
use aiken/collection/list
use aiken/hash.{blake2b_256}
use aiken/crypto.{blake2b_256}
use aiken/primitive/bytearray
use cardano/address.{Address, PaymentCredential, Script}
use cardano/assets.{PolicyId}
use cardano/credential.{Address, PaymentCredential, Script}
use cardano/transaction.{
InlineDatum, Input, Output, OutputReference, Transaction,
} as tx

View File

@@ -1,7 +1,7 @@
use aiken/collection/dict
use aiken/collection/list
use cardano/address.{Script}
use cardano/assets.{PolicyId}
use cardano/credential.{Script}
use cardano/transaction.{OutputReference, Transaction} as tx
pub type Action {