UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
3 lines (2 loc) 152 B
import type { CosmosEWalletInterface } from "../types"; export declare function getPublicKey(this: CosmosEWalletInterface): Promise<Uint8Array | null>;