Type Alias UseInkathonProviderContextType
UseInkathonProviderContextType: { accounts?: InjectedAccount[]; activeAccount?: InjectedAccount; activeChain?: SubstrateChain; activeExtension?: InjectedExtension; activeSigner?: Signer; api?: ApiPromise; connect?: ((chain?: SubstrateChain,
wallet?: SubstrateWallet,
lastActiveAccountAddress?: string) => Promise<void>); deployments?: SubstrateDeployment[]; disconnect?: (() => void); error?: UseInkathonError; isConnected?: boolean; isConnecting?: boolean; isInitialized?: boolean; isInitializing?: boolean; lastActiveAccount?: InjectedAccount; provider?: WsProvider | HttpProvider; setActiveAccount?: Dispatch<SetStateAction<InjectedAccount | undefined>>; supportedWallets?: SubstrateWallet[]; switchActiveChain?: ((chain: SubstrateChain) => Promise<void>); }