stringAscii
Last updated
Was this helpful?
Creates a Clarity string-ascii type. Alias for stringAsciiCV.
import { Cl } from '@stacks/transactions';
Cl.stringAscii('hello world');const stringAscii: (value: string) => StringAsciiCV;StringAsciiCV
A Clarity ASCII string value object.
Type: string
An ASCII string value.
Last updated
Was this helpful?
Was this helpful?