Cl.stringUtf8 — Creates a Clarity string-utf8 type, represented as a JS object
Cl.stringUtf8
string-utf8
Alias for stringUtf8CV
import { Cl } from '@stacks/transactions';Cl.stringUtf8('hello world'); Copy
import { Cl } from '@stacks/transactions';Cl.stringUtf8('hello world');
serialize, deserialize
Generated using TypeDoc
Cl.stringUtf8
— Creates a Claritystring-utf8
type, represented as a JS objectAlias for stringUtf8CV