ligo/src/test/contracts/set_delegate.ligo
Christian Rinderknecht 93682629b4 Updating contracts.
2020-02-27 17:51:29 +01:00

6 lines
179 B
Plaintext

function main (const p : key_hash) : list (operation) is
block {
const unused : operation = set_delegate (Some (p));
const dummy : list (operation) = nil
} with dummy