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