For the complete documentation index, see llms.txt. This page is also available as Markdown.

none

Creates a Clarity optional none type. Alias for noneCV.


Usage

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

Cl.none();

Reference Link


Signature

const none: () => NoneCV;

Returns

NoneCV

A Clarity none value object representing an empty optional.

Last updated

Was this helpful?