UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 343 B
import { Identity } from "@dfinity/agent"; import { IdentifierService } from "@ic-wallet-kit/common"; export declare function seedToIdentity(seed: string): Identity; export declare function seedToIdentifierService(seed: string): IdentifierService; export declare function phraseToIdentifierService(phrase: string): Promise<IdentifierService>;