Cl.bool — Creates a Clarity boolean type, represented as a JS object
Cl.bool
Alias for boolCV
import { Cl } from '@stacks/transactions';Cl.bool(true); Copy
import { Cl } from '@stacks/transactions';Cl.bool(true);
serialize, deserialize
Generated using TypeDoc
Cl.bool
— Creates a Clarity boolean type, represented as a JS objectAlias for boolCV