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