ligo/src/test/contracts/amount.ligo

9 lines
173 B
Plaintext
Raw Normal View History

2020-02-27 17:51:29 +01:00
function check (const p : unit) : int is
block {
var result : int := 0;
2020-02-27 17:51:29 +01:00
if Tezos.amount = 100tz then
result := 42
else
result := 0
2020-02-27 17:51:29 +01:00
} with result