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