zkverifyjs
Version:
Submit proofs to zkVerify and query proof state with ease using our npm package.
10 lines • 443 B
TypeScript
import { KeyringPair } from '@polkadot/keyring/types';
/**
* Sets up the account using the provided secret seed phrase.
*
* @param {string} secretSeedPhrase - The secret seed phrase used to create the account.
* @returns {KeyringPair} The initialized account.
* @throws Will throw an error if the seed phrase is invalid.
*/
export declare const setupAccount: (secretSeedPhrase: string) => KeyringPair;
//# sourceMappingURL=index.d.ts.map