dag-core / Exports / INodeManifestRegistry
Interface: INodeManifestRegistry
Registry of available node manifests, queryable by node type.
Table of contents
Methods
Methods
getManifest
▸ getManifest(nodeType): undefined | INodeManifest
Parameters
| Name | Type |
|---|---|
nodeType | string |
Returns
undefined | INodeManifest
Defined in
listManifests
▸ listManifests(): INodeManifest[]