int
Usage
import { Cl } from '@stacks/transactions';
Cl.int(100);
Cl.int(-100);
Cl.int(100n); // BigInt also acceptedSignature
const int: (value: IntegerType) => IntCV;Returns
Parameters
value (required)
Last updated
Was this helpful?