Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hien-p committed Dec 25, 2024
1 parent de35640 commit 7f28bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Coin_NFT/Sui_object_display.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Trong lập trình Sui Move, module `Display` định nghĩa một format hiển thị để cung cấp cách thức linh hoạt và có thể mở rộng trong việc hiển thị các object.

Bằng cách lưu trữ metadata trong một object Display và liên kết nó với các loại object khasc, các developer có thể tùy chỉnh và quản lý việc hiển thị object một cách linh hoạt honw. Module này hỗ trợ sử dụng template để định nghĩa các fields sex hiển thị:
Bằng cách lưu trữ metadata trong một object Display và liên kết nó với các loại object khác, các developer có thể tùy chỉnh và quản lý việc hiển thị object một cách linh hoạt hơn. Module này hỗ trợ sử dụng template để định nghĩa các fields sẽ hiển thị:

```rust
public struct Display<phantom T: key> has key, store {
Expand Down

0 comments on commit 7f28bdd

Please sign in to comment.