@metamask/keyring-api
Version:
MetaMask Keyring API
9 lines • 350 B
text/typescript
import type { KeyringAccountType } from "../api/index.mjs";
/**
* Checks if the given type is an EVM account type.
*
* @param type - The type to check.
* @returns Returns true if the type is an EVM account type, false otherwise.
*/
export declare function isEvmAccountType(type: KeyringAccountType): boolean;
//# sourceMappingURL=utils.d.mts.map