@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
15 lines • 501 B
TypeScript
export declare const useGetAccountInfo: () => {
account: import("../../types").AccountType;
address: string;
shard?: number | undefined;
publicKey: string;
ledgerAccount: import("../../reduxStore/slices").LedgerAccountType | null;
walletConnectAccount: string | null;
isAccountLoading: boolean;
websocketEvent: {
timestamp: number;
message: string;
} | null;
accountLoadingError: string | null;
};
//# sourceMappingURL=useGetAccountInfo.d.ts.map