UNPKG

@truenetworkio/sdk

Version:

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

3 lines (2 loc) 136 B
import { ApiPromise } from "@polkadot/api"; export declare const getFreeBalance: (api: ApiPromise, address: string) => Promise<number>;