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