ligo/test/contracts/create_account.tz

6 lines
165 B
Plaintext
Raw Normal View History

2017-09-15 18:32:50 +04:00
parameter key_hash;
2017-07-24 17:06:56 +04:00
return unit;
storage (contract unit unit);
2017-09-15 18:32:50 +04:00
code {CAR; DIP{PUSH tez "100.00"; PUSH bool False; NONE key_hash};
CREATE_ACCOUNT; UNIT; PAIR};