UNPKG

@arbius/aa-wallet

Version:

A secure and flexible Account Abstraction wallet implementation for Arbitrum One chain applications.

5 lines (4 loc) 230 B
import { WalletState } from '../types'; import { WalletAction } from './walletActions'; export declare const initialState: WalletState; export declare function walletReducer(state: WalletState, action: WalletAction): WalletState;