@ecp.eth/sdk / comments / EditCommentDataParamsWithMetadataEntries
Type Alias: EditCommentDataParamsWithMetadataEntries
type EditCommentDataParamsWithMetadataEntries = BaseEditCommentDataParams & {
metadata: MetadataEntry[];
};
Defined in: packages/sdk/src/comments/comment.ts:730
Type declaration
metadata
metadata: MetadataEntry[];
The metadata of the comment as MetadataEntry array (new format)