@0xtemple/client
Version:
Tookit for interacting with vara eps framework
9 lines (8 loc) • 359 B
TypeScript
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>;