@ecp.eth/sdk / channel-manager / createEstimateChannelPostOrEditCommentFeeData
Function: createEstimateChannelPostOrEditCommentFeeData()
function createEstimateChannelPostOrEditCommentFeeData(__namedParameters): CommentData;Defined in: packages/sdk/src/channel-manager/channel.ts:945
Parameters
__namedParameters
Omit<Omit<CommentData, "parentId" | "targetUri">, "createdAt" | "authMethod" | "updatedAt" | "commentType" | "channelId"> & ExactPartial<Pick<Omit<CommentData, "parentId" | "targetUri">, "createdAt" | "authMethod" | "updatedAt" | "commentType" | "channelId">> &
| {
targetUri: string;
}
| {
parentId: `0x${string}`;
}