ghost-lite/src/hooks/index.ts
Uncle Fatso b5ab8a6b81
move transaction handler to context and add ability to change payee
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-08-26 16:48:59 +03:00

21 lines
668 B
TypeScript

export * from "./useSystemAccount"
export * from "./useUnstableProvider"
export * from "./useMetadata"
export * from "./useTransactionStatusProvider"
export * from "./useChains"
export * from "./useIsMounted"
export * from "./useChainSpecV1"
export * from "./useBlocks"
export * from "./useSystemHealth"
export * from "./useCalldata"
export * from "./useConstants"
export * from "./useEraIndex"
export * from "./useEraRewardPoints"
export * from "./useCurrentValidators"
export * from "./useValidatorsOverview"
export * from "./useBondedAddress"
export * from "./useNominations"
export * from "./useLedger"
export * from "./usePayee"
export * from "./useSlasingSpans"