Refresh gift_card and hello_world examples.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use aiken/bytearray.{from_string}
|
||||
use aiken/hash.{Hash, Sha2_256, sha2_256}
|
||||
use aiken/list
|
||||
use aiken/collection/list
|
||||
use aiken/crypto.{Hash, Sha2_256, sha2_256}
|
||||
use aiken/option.{choice, is_none}
|
||||
use aiken/primitive/bytearray.{from_string}
|
||||
|
||||
/// Variant of MerkleTree with only hash but without actual value
|
||||
pub type MerkleTree<a> {
|
||||
|
||||
Reference in New Issue
Block a user