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