UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 197 B
import type { AccountData } from "@cosmjs/amino"; import type { CosmosEWalletInterface } from "../types"; export declare function getAccounts(this: CosmosEWalletInterface): Promise<AccountData[]>;