Skip to content

@ecp.eth/sdk


@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:494

Properties

channelManagerAddress?

optional channelManagerAddress: Hex;

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

The address of the channel manager

Default

CHANNEL_MANAGER_ADDRESS

fee

fee: bigint;

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

The fee for creating a comment in wei


writeContract

writeContract: ContractWriteFunctions["setCommentCreationFee"];

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