@ecp.eth/sdk / comments / GetEditCommentHashParams
Type Alias: GetEditCommentHashParams
type GetEditCommentHashParams = {
author: Hex;
commentsAddress?: Hex;
edit: EditCommentData;
readContract: ContractReadFunctions["getEditCommentHash"];
};Defined in: packages/sdk/src/comments/comment.ts:664
Properties
author
author: Hex;Defined in: packages/sdk/src/comments/comment.ts:668
The author of the comment
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/comment.ts:677
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESSedit
edit: EditCommentData;Defined in: packages/sdk/src/comments/comment.ts:672
The edit data
readContract
readContract: ContractReadFunctions["getEditCommentHash"];Defined in: packages/sdk/src/comments/comment.ts:678