• Create a smart contract entrypoint name from a string, ensuring it follows the required format.

    Throws

    If the provided value is not a valid entrypoint name.

    Returns

    Type Parameters

    • S extends string

    Parameters

    • value: S

      The string with the entrypoint name.

    Returns EntrypointName<S>

Generated using TypeDoc