6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
let main =
|
|
(p: key_hash): address => {
|
|
let c: contract(unit) = Tezos.implicit_account(p);
|
|
Tezos.address(c)
|
|
};
|