Create a null clarity type *
returns instance of type NoneCV
import { noneCV } from '@stacks/transactions'; const value = noneCV(); // { type: 'none' } Copy
import { noneCV } from '@stacks/transactions'; const value = noneCV(); // { type: 'none' }
clarity test cases for more examples
Generated using TypeDoc
Create a null clarity type *