• Create a smart contract entrypoint name from a string, but without ensuring it follows the required format. It is up to the caller to ensure the string is 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