@metamask/snaps-sdk
Version:
A library containing the core functionality for building MetaMask Snaps
13 lines • 353 B
text/typescript
/**
* The request parameters for the `snap_getLocale` method.
*
* This method does not accept any parameters.
*/
export type GetLocaleParams = never;
/**
* The result returned by the `snap_getLocale` method.
*
* It is the locale of the user's MetaMask extension.
*/
export type GetLocaleResult = string;
//# sourceMappingURL=get-locale.d.mts.map