Global Functions & Operators
Arithmetic functions
abs()
int abs(int a)min()
int min(int a, int b)max()
int max(int a, int b)within()
bool within(int x, int lower, int upper)Hashing functions
ripemd160()
sha1()
sha256()
hash160()
hash256()
Signature checking functions
checkSig()
checkMultiSig()
checkDataSig()
Operators
Precedence
Description
Operator
Last updated