tupelo-wasm-sdk

Home > tupelo-wasm-sdk > Dag > get

Dag.get() method

Gets a node from the dag

Signature:

get(cid: CID): Promise<Object>;

Parameters

Parameter Type Description
cid CID The CID of the node to get from the DAG

Returns:

Promise<Object>