UNPKG

@oko-wallet/oko-sdk-cosmos

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