@metamask/snaps-utils
Version:
A collection of utilities for MetaMask Snaps
11 lines • 403 B
text/typescript
/**
* Get the current supported platform version.
*
* Note: This function assumes that the same SDK version is used across all
* dependencies. If this is not the case, the version of the SDK that is
* closest to the `snaps-utils` package will be returned.
*
* @returns The platform version.
*/
export declare function getPlatformVersion(): string;
//# sourceMappingURL=platform-version.d.mts.map