• Converts false to BooleanCV clarity type

    Returns BooleanCV

    returns instance of type BooleanCV

    Example

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

    const falseCV = falseCV();
    // { type: 4 }

    See

    clarity test cases for more examples

Generated using TypeDoc