UNPKG

@faktoryfun/core-sdk

Version:

The official SDK for interacting with Faktory tokens and DEX contracts

6 lines (5 loc) 198 B
import { NetworkType } from "./network-types"; export declare function deriveChildAccount(network: NetworkType, mnemonic: string, index: number): Promise<{ address: string; key: string; }>;