@ecp.eth/sdk / comments / CreateReportCommentTypedDataParams
Type Alias: CreateReportCommentTypedDataParams
type CreateReportCommentTypedDataParams = {
chainId: number;
commentId: Hex;
commentsAddress?: Hex;
message?: string;
reportee: Hex;
};Defined in: packages/sdk/src/comments/comment.ts:971
Properties
chainId
chainId: number;Defined in: packages/sdk/src/comments/comment.ts:975
commentId
commentId: Hex;Defined in: packages/sdk/src/comments/comment.ts:972
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/comment.ts:976
message?
optional message: string;Defined in: packages/sdk/src/comments/comment.ts:974
reportee
reportee: Hex;Defined in: packages/sdk/src/comments/comment.ts:973