@metamask/snaps-simulation
Version:
A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment
14 lines • 472 B
text/typescript
/**
* Get the implementation of the `getEntropySources` hook.
*
* @returns The implementation of the `getEntropySources` hook. Right now, it
* only returns two hard coded entropy source. In the future, it could return a
* configurable list of entropy sources.
*/
export declare function getGetEntropySourcesImplementation(): () => {
id: string;
name: string;
type: "mnemonic";
primary: boolean;
}[];
//# sourceMappingURL=get-entropy-sources.d.cts.map