UNPKG

@truenetworkio/sdk

Version:

True Network SDK is the abstracted interface for interacting with True Network nodes.

4 lines (3 loc) 212 B
import { ApiPromise } from "@polkadot/api"; export declare const ALGORITHM_PALLET_NAME = "algorithmsModule"; export declare const getAlgorithm: (api: ApiPromise, algoId: number) => Promise<string[] | undefined>;