ligo/test/contracts/create_account.tz

6 lines
155 B
Plaintext
Raw Normal View History

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