• Cl.bool — Creates a Clarity boolean type, represented as a JS object

    Alias for boolCV

    Parameters

    • bool: boolean

    Returns BooleanCV

    Example

    import { Cl } from '@stacks/transactions';
    Cl.bool(true);

    See

    serialize, deserialize

Generated using TypeDoc