@ecp.eth/sdk / comments / CreateCommentTypedDataParams
Type Alias: CreateCommentTypedDataParams
type CreateCommentTypedDataParams = {
chainId: number;
commentData: CommentInputData;
commentsAddress?: Hex;
};
Defined in: packages/sdk/src/comments/comment.ts:511
Properties
chainId
chainId: number;
Defined in: packages/sdk/src/comments/comment.ts:513
commentData
commentData: CommentInputData;
Defined in: packages/sdk/src/comments/comment.ts:512
commentsAddress?
optional commentsAddress: Hex;
Defined in: packages/sdk/src/comments/comment.ts:518
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESS