interface ConstructorParams {
    alwaysVisible: boolean;
    appMode?: AppMode;
    connectOptions: ConnectOptions;
    debug: boolean;
    network:
        | "dev"
        | "testnet"
        | "mainnet"
        | NetworkConfig;
    position: Position;
    setWindowProvider: boolean;
    theme: Theme;
    useEIP6963: boolean;
}

Properties

alwaysVisible: boolean
appMode?: AppMode
connectOptions: ConnectOptions
debug: boolean
network:
    | "dev"
    | "testnet"
    | "mainnet"
    | NetworkConfig
position: Position
setWindowProvider: boolean
theme: Theme
useEIP6963: boolean