UNPKG

@0xtemple/client

Version:
9 lines (8 loc) 359 B
import { KeyringPair } from '@polkadot/keyring/types'; import type { DerivePathParams } from '../../types'; /** * @description Get ed25519 derive path for Vara * @param derivePathParams */ export declare const getDerivePathForVARA: (derivePathParams?: DerivePathParams) => string; export declare function createAccount(seed: string): Promise<KeyringPair>;