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