File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ class FileCreateTransaction : public Transaction<FileCreateTransaction>
9191 /* *
9292 * Set the memo for the new file. The memo cannot exceed 100 bytes.
9393 *
94- * @param contents The contents of the new file.
95- * @return A reference to this FileCreateTransaction object with the newly-set contents .
96- * @throws std::invalid_argument If the number of bytes exceeds 4096 .
94+ * @param memo The memo of the new file.
95+ * @return A reference to this FileCreateTransaction object with the newly-set memo .
96+ * @throws std::invalid_argument If the number of bytes exceeds 100 .
9797 * @throws IllegalStateException If this FileCreateTransaction is frozen.
9898 */
9999 FileCreateTransaction& setFileMemo (std::string_view memo);
You can’t perform that action at this time.
0 commit comments