dAppBooster
    Preparing search index...

    Type Alias Web3Actions

    type Web3Actions = {
        disconnect: () => void;
        switchChain: (chainId?: ChainsIds) => void;
    }
    Index

    Properties

    disconnect: () => void
    switchChain: (chainId?: ChainsIds) => void