bool
Usage
import { Cl } from '@stacks/transactions';
Cl.bool(true); // { type: 'bool', value: true }
Cl.bool(false); // { type: 'bool', value: false }Signature
const bool: (value: boolean) => BooleanCV;Returns
Parameters
value (required)
Last updated
Was this helpful?