stringUtf8
Usage
import { Cl } from '@stacks/transactions';
Cl.stringUtf8('hello world 🌍');Signature
const stringUtf8: (value: string) => StringUtf8CV;Returns
Parameters
value (required)
Last updated
Was this helpful?