6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
parameter key;
|
|
storage (pair signature string);
|
|
return bool;
|
|
code {DUP; DUP; DIP{CDR; DUP; CAR; DIP{CDR; H}; PAIR};
|
|
CAR; CHECK_SIGNATURE; DIP{CDR}; PAIR};
|