7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
let main =
|
|
(p: key_hash): list(operation) =>
|
|
{
|
|
let unused: operation = (Tezos.set_delegate(Some (p)));
|
|
([] : list(operation))
|
|
};
|