interface ConstructorParams {
    alwaysVisible: boolean;
    chainConfig?: ChainConfigInput;
    debug: boolean;
    network:
        | NetworkConfig
        | "testnet"
        | "dev"
        | "mainnet";
    position: Position;
    redirectUrl?: string;
    theme: Theme;
}

Properties

alwaysVisible: boolean
chainConfig?: ChainConfigInput
debug: boolean
network:
    | NetworkConfig
    | "testnet"
    | "dev"
    | "mainnet"
position: Position
redirectUrl?: string
theme: Theme