Represents a tool that has been registered to a PKP but cannot be found in the Tool Registry. This typically occurs when a tool outside of the Tool Registry has been permitted by the Admin.

interface UnknownRegisteredToolWithPolicy {
    ipfsCid: string;
    policy: string;
    version: string;
}

Properties

ipfsCid: string

The IPFS Content Identifier (CID) of the tool.

policy: string

The policy associated with the tool, encoded as a string.

version: string

The version identifier of the tool's policy format.