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