• Converts true to BooleanCV clarity type

    Returns BooleanCV

    returns instance of type BooleanCV

    Example

     import { trueCV } from '@stacks/transactions';

    const trueCV = trueCV();
    // { type: 3 }

    See

    clarity test cases for more examples

Generated using TypeDoc