Type alias AgoricProviderProps
AgoricProviderProps: PropsWithChildren<{ agoricNetworkConfigs: NetworkConfig[]; defaultChainName?: string; modalTheme?: ThemeCustomizationProps; onConnectionError?: ((e) => void); provisionNoticeContent?: ProvisionNoticeProps["mainContent"]; walletConnectOptions?: WalletConnectOptions; wallets: MainWalletBase[]; }> Type declaration
Optional
defaultChainName?: string
Optional
modalTheme?: ThemeCustomizationProps
Optional
onConnectionError?: ((e) => void)
Optional
provisionNoticeContent?: ProvisionNoticeProps["mainContent"]
Optional
walletConnectOptions?: WalletConnectOptions
wallets: MainWalletBase[]