stringUtf8
Last updated
Was this helpful?
Creates a Clarity string-utf8 type. Alias for stringUtf8CV.
import { Cl } from '@stacks/transactions';
Cl.stringUtf8('hello world 🌍');const stringUtf8: (value: string) => StringUtf8CV;StringUtf8CV
A Clarity UTF-8 string value object.
Type: string
A UTF-8 string value.
Last updated
Was this helpful?
Was this helpful?