@ecp.eth/sdk / channel-manager / SetCommentCreationFeeParams
Type Alias: SetCommentCreationFeeParams
type SetCommentCreationFeeParams = {
channelManagerAddress?: Hex;
fee: bigint;
writeContract: ContractWriteFunctions["setCommentCreationFee"];
};Defined in: packages/sdk/src/channel-manager/channel.ts:501
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;Defined in: packages/sdk/src/channel-manager/channel.ts:511
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESSfee
fee: bigint;Defined in: packages/sdk/src/channel-manager/channel.ts:505
The fee for creating a comment in wei
writeContract
writeContract: ContractWriteFunctions["setCommentCreationFee"];Defined in: packages/sdk/src/channel-manager/channel.ts:512