@ecp.eth/sdk / comments / GetChannelManagerParams
Type Alias: GetChannelManagerParams
type GetChannelManagerParams = {
commentsContractAddress?: Hex;
readContract: ContractReadFunctions["channelManager"];
};
Defined in: packages/sdk/src/comments/contract.ts:154
Properties
commentsContractAddress?
optional commentsContractAddress: Hex;
Defined in: packages/sdk/src/comments/contract.ts:159
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESS
readContract
readContract: ContractReadFunctions["channelManager"];
Defined in: packages/sdk/src/comments/contract.ts:160