• Cl.stringUtf8 — Creates a Clarity string-utf8 type, represented as a JS object

    Alias for stringUtf8CV

    Parameters

    • data: string

    Returns StringUtf8CV

    Example

    import { Cl } from '@stacks/transactions';
    Cl.stringUtf8('hello world');

    See

    serialize, deserialize

Generated using TypeDoc