@tangle-js/ld-proofs
Version:
Linked Data Proofs on the Tangle. Powered by IOTA Identity & IOTA Streams
12 lines (11 loc) • 402 B
TypeScript
import { Client as IdentityClient } from "@iota/identity-wasm/node/identity_wasm.js";
export declare class IdentityHelper {
private static readonly PERMANODE_URL;
/**
* Returns a new Identity Client for the network specified as parameter.
*
* @param node Concerned node.
* @returns The identity client.
*/
static getClient(node: string): Promise<IdentityClient>;
}