Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / comments / DELETE_COMMENT_TYPE

Variable: DELETE_COMMENT_TYPE

const DELETE_COMMENT_TYPE: {
  DeleteComment: readonly [{
     name: "commentId";
     type: "bytes32";
   }, {
     name: "author";
     type: "address";
   }, {
     name: "app";
     type: "address";
   }, {
     name: "deadline";
     type: "uint256";
  }];
};

Defined in: packages/sdk/src/comments/eip712.ts:26

Type declaration

DeleteComment

readonly DeleteComment: readonly [{
  name: "commentId";
  type: "bytes32";
}, {
  name: "author";
  type: "address";
}, {
  name: "app";
  type: "address";
}, {
  name: "deadline";
  type: "uint256";
}];