Skip to main content

@reactive-dot/react

Index

Type Aliases

ChainHookOptions

ChainHookOptions<TChainId>: { chainId?: TChainId }

Type parameters

  • TChainId: ChainId = ChainId

Type declaration

  • optionalchainId?: TChainId

    Override default chain ID

ChainProviderProps

ChainProviderProps: PropsWithChildren<{ chainId: ChainId }>

ReactiveDotProviderProps

ReactiveDotProviderProps: PropsWithChildren<{ autoInitializeWallets?: boolean; config: Config }>

SignerProviderProps

SignerProviderProps: PropsWithChildren<{ signer: PolkadotSigner | undefined }>