Skip to content

@ecp.eth/sdk


@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