@hashgraph/solo
    Preparing search index...

    Interface for custom resource definitions.

    interface Crds {
        ifExists(crdName: string): Promise<boolean>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Check if a CRD exists.

      Parameters

      • crdName: string

        The name of the CRD to check.

      Returns Promise<boolean>

      True if the CRD exists, false otherwise.

      An error if an unexpected error occurs.