Creates a Clarity optional none type. Alias for noneCV.
none
noneCV
import { Cl } from '@stacks/transactions'; Cl.none();
Reference Linkarrow-up-right
const none: () => NoneCV;
NoneCV
A Clarity none value object representing an empty optional.
Last updated 9 days ago
Was this helpful?