@web3-wallet/core
Version:
web3-wallet core
18 lines • 548 B
TypeScript
import type { WalletState, WalletStore, WalletStoreActions } from './types';
export declare const DEFAULT_WALLET_STATE: WalletState;
/**
* Create a vanilla zustand store and wallet actions for managing the WalletState
*
* @returns { store: WalletStore, actions: WalletStoreActions }
*/
export declare const createWalletStoreAndActions: () => {
/**
* {@link WalletStore}
*/
store: WalletStore;
/**
* {@link WalletStoreActions}
*/
actions: WalletStoreActions;
};
//# sourceMappingURL=createWalletStore.d.ts.map