@ecp.eth/sdk / comments / CreateDeleteCommentTypedDataParams
Type Alias: CreateDeleteCommentTypedDataParams
type CreateDeleteCommentTypedDataParams = {
app: Hex;
author: Hex;
chainId: number;
commentId: Hex;
commentsAddress?: Hex;
deadline?: bigint;
};
Defined in: packages/sdk/src/comments/comment.ts:593
Properties
app
app: Hex;
Defined in: packages/sdk/src/comments/comment.ts:603
The app signer
author
author: Hex;
Defined in: packages/sdk/src/comments/comment.ts:599
The author of the comment
chainId
chainId: number;
Defined in: packages/sdk/src/comments/comment.ts:595
commentId
commentId: Hex;
Defined in: packages/sdk/src/comments/comment.ts:594
commentsAddress?
optional commentsAddress: Hex;
Defined in: packages/sdk/src/comments/comment.ts:614
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESS
deadline?
optional deadline: bigint;
Defined in: packages/sdk/src/comments/comment.ts:609
The deadline of the comment
Default
1 day from now