• Create a null clarity type *

    Returns NoneCV

    returns instance of type NoneCV

    Example

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

    const value = noneCV();
    // { type: 9 }

    See

    clarity test cases for more examples

Generated using TypeDoc