UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

12 lines (11 loc) 333 B
import { TxData } from "../types.js"; /** * Get link to publish a TX from a txData object * @param txData */ export declare function getPublishTxLink(txData: TxData): string; /** * Get link to install a DNP from its path * @param releaseMultiHash */ export declare function getInstallDnpLink(releaseMultiHash: string): string;