@ecp.eth/sdk / comments / GetCommentParams
Type Alias: GetCommentParams
type GetCommentParams = {
commentId: Hex;
commentsAddress?: Hex;
readContract: ContractReadFunctions["getComment"];
};Defined in: packages/sdk/src/comments/comment.ts:195
Properties
commentId
commentId: Hex;Defined in: packages/sdk/src/comments/comment.ts:199
The ID of the comment to get
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/comment.ts:204
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["getComment"];Defined in: packages/sdk/src/comments/comment.ts:205