UNPKG

@metamask/keyring-api

Version:
9 lines 350 B
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