ligo/test/contracts/get_map_value.tz

5 lines
114 B
Plaintext

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