UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

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