@ecp.eth/sdk / channel-manager/react / UseGetCommentCreationFeeOptions
Type Alias: UseGetCommentCreationFeeOptions
type UseGetCommentCreationFeeOptions = Omit<UseQueryOptions<GetCommentCreationFeeResult, Error>, "queryKey" | "queryFn">;
Defined in: packages/sdk/src/channel-manager/react/channel.ts:321