Home > tupelo-wasm-sdk > Dag > resolve
Signature:
resolve(path: Array<string> | string): Promise<IResolveResponse>;
Parameter | Type | Description |
---|---|---|
path | Array<string> | string |
a path to the desired node/key in the DAG (eg /path/to/data). Array form (eg [‘path’, ‘to’, ‘data’]) is deprecated |
Returns:
Promise<IResolveResponse>