UNPKG

@metamask/snaps-simulation

Version:

A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment

9 lines 418 B
/** * Get the implementation of the `getMnemonicSeed` method. * * @param defaultSecretRecoveryPhrase - The default secret recovery phrase to * use. * @returns The implementation of the `getMnemonicSeed` method. */ export declare function getGetMnemonicSeedImplementation(defaultSecretRecoveryPhrase?: string): (source?: string | undefined) => Promise<Uint8Array>; //# sourceMappingURL=get-mnemonic-seed.d.mts.map