Skip to content

@ecp.eth/sdk


@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:970

Properties

chainId

chainId: number;

Defined in: packages/sdk/src/comments/comment.ts:974


commentId

commentId: Hex;

Defined in: packages/sdk/src/comments/comment.ts:971


commentsAddress?

optional commentsAddress: Hex;

Defined in: packages/sdk/src/comments/comment.ts:975


message?

optional message: string;

Defined in: packages/sdk/src/comments/comment.ts:973


reportee

reportee: Hex;

Defined in: packages/sdk/src/comments/comment.ts:972