@metamask/snaps-simulation
Version:
A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment
9 lines • 401 B
text/typescript
/**
* Get the implementation of the `getMnemonic` method.
*
* @param defaultSecretRecoveryPhrase - The default secret recovery phrase to
* use.
* @returns The implementation of the `getMnemonic` method.
*/
export declare function getGetMnemonicImplementation(defaultSecretRecoveryPhrase?: string): (source?: string | undefined) => Promise<Uint8Array>;
//# sourceMappingURL=get-mnemonic.d.cts.map