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

ReDotChainProviderProps

ReDotChainProviderProps: PropsWithChildren<{ chainId: ChainId }>

ReDotProviderProps

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

ReDotSignerProviderProps

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