some
Usage
import { Cl } from '@stacks/transactions';
Cl.some(Cl.uint(100));
Cl.some(Cl.stringAscii('hello'));Signature
const some: (value: ClarityValue) => SomeCV;Returns
Parameters
value (required)
Last updated
Was this helpful?