4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
let main (p : key_hash) =
|
|
let c : unit contract = Tezos.implicit_account p in
|
|
Tezos.address c
|