UNPKG

@truenetworkio/sdk

Version:

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

4 lines (3 loc) 166 B
import { NetworkConfig } from '../utils'; import { ApiPromise } from '@polkadot/api'; export declare const connect: (network?: NetworkConfig) => Promise<ApiPromise>;