none

Creates a Clarity optional none type. Alias for noneCV.


Usage

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

Cl.none();

Reference Linkarrow-up-right


Signature

const none: () => NoneCV;

Returns

NoneCV

A Clarity none value object representing an empty optional.

Last updated

Was this helpful?