Converts a boolean to BooleanCV clarity type
returns instance of type BooleanCV
import { boolCV } from '@stacks/transactions'; const boolCV = boolCV(false); // { type: 4 } Copy
import { boolCV } from '@stacks/transactions'; const boolCV = boolCV(false); // { type: 4 }
clarity test cases for more examples
Generated using TypeDoc
Converts a boolean to BooleanCV clarity type