Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / channel-manager / estimateChannelEditCommentFee

Function: estimateChannelEditCommentFee()

function estimateChannelEditCommentFee(estimatedChannelEditCommentHookFeeParams): Promise<TotalFeeEstimation>;

Defined in: packages/sdk/src/channel-manager/channel.ts:909

Best-effort estimation of the total fee for editing a comment to a channel

Parameters

estimatedChannelEditCommentHookFeeParams

Omit<EstimateChannelCommentActionFeeParams<typeof getEstimatedChannelEditCommentHookFee>, "commentActionFunc">

The parameters for estimating the fee for editing a comment to a channel

Returns

Promise<TotalFeeEstimation>

The estimated fee for editing a comment to a channel