@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface VaultContextType

    interface VaultContextType {
        currentAccount: WalletAccount | null;
        walletAddress: string | undefined;
        hasEveVault: boolean;
        isConnected: boolean;
        handleConnect: () => void;
        handleDisconnect: () => void;
    }
    Index

    Properties

    currentAccount: WalletAccount | null
    walletAddress: string | undefined
    hasEveVault: boolean
    isConnected: boolean
    handleConnect: () => void
    handleDisconnect: () => void