Skip to content

@ecp.eth/sdk


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

Type Alias: GetCommentCreationFeeParams

type GetCommentCreationFeeParams = {
  channelManagerAddress?: Hex;
  readContract: ContractReadFunctions["getCommentCreationFee"];
};

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

Properties

channelManagerAddress?

optional channelManagerAddress: Hex;

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

The address of the channel manager

Default

CHANNEL_MANAGER_ADDRESS

readContract

readContract: ContractReadFunctions["getCommentCreationFee"];

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