@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:461
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;Defined in: packages/sdk/src/channel-manager/channel.ts:467
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["getCommentCreationFee"];Defined in: packages/sdk/src/channel-manager/channel.ts:468