UNPKG

@firmachain/firma-js

Version:

The Official FirmaChain Javascript SDK written in Typescript

7 lines (6 loc) 212 B
import { HdPath } from "@cosmjs/crypto"; /** * The Cosmos Hub derivation path in the form `m/44'/118'/0'/0/a` * with 0-based account index `a`. */ export declare function makeCosmoshubPath(a: number): HdPath;