ligo/src/test/contracts/tez.ligo

5 lines
149 B
Plaintext
Raw Normal View History

const add_tez : tez = 21mtz + 21mtz;
const sub_tez : tez = 21mtz - 20mtz;
(* is this enough? *)
const not_enough_tez : tez = 4611686018427387903mtz;