ligo/test/contracts/get_map_value.tz
2017-07-24 20:29:12 +02:00

5 lines
115 B
Plaintext

parameter string;
storage (map string string);
return (option string);
code {DUP; CADR; DIP{CDR; DUP}; GET; PAIR};