UNPKG

@truenetworkio/sdk

Version:

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

7 lines (6 loc) 243 B
import { ApiPromise } from "@polkadot/api"; export declare const ISSUER_PALLET_NAME = "issuersModule"; export declare const getIssuer: (api: ApiPromise, hashId: string) => Promise<{ name: string; controllers: string[]; } | undefined>;