ligo/test/contracts/get_map_value.tz

5 lines
114 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
parameter string;
storage (map string string);
return (option string);
code {DUP; CAR; DIP{CDR; DUP}; GET; PAIR};