/** * Note this is just an interface, used in the core config. * The implementations are located in the @moralisweb3/evm-utils package. */ export interface EvmChainable { decimal: number; hex: string; apiHex: string; } export declare type EvmChainish = EvmChainable | string | number; //# sourceMappingURL=EvmChainish.d.ts.map