UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
9 lines (8 loc) 301 B
/** * Dummy function for Keplr interface compatibility. * This function is provided to match the Keplr API and does nothing. * It can be safely called and awaited, but has no effect. * * @param _chainId - The chain ID (unused) */ export declare function enable(_chainId: string): Promise<void>;