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

9 lines
173 B
Plaintext

function check (const p : unit) : int is
block {
var result : int := 0;
if Tezos.amount = 100tz then
result := 42
else
result := 0
} with result