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