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

    Alias for intCV

    Parameters

    Returns IntCV

    Example

    import { Cl } from '@stacks/transactions';
    Cl.int(-100);

    See

    serialize, deserialize

Generated using TypeDoc