Type alias SeiWalletProviderProps

SeiWalletProviderProps: {
    autoConnect?: SupportedWalletInput;
    chainConfiguration: ChainConfiguration;
    children: ReactNode;
    wallets: SupportedWalletInput[];
}

Defines the properties passed down by the SeiWalletProvider component.

Param

The Child component that the SeiWalletProvider wraps

Param

A ChainConfiguration object that defines the chain the app is interacting with

Param

A list of currently connected wallets.

Type declaration

Generated using TypeDoc