Skip to content

Commit

Permalink
Merge pull request #40 from vbi-academy/feat/coin
Browse files Browse the repository at this point in the history
chore: fix
  • Loading branch information
hien-p authored Dec 25, 2024
2 parents 0c4381e + 7f28bdd commit c1fcbfb
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 c1fcbfb

Please sign in to comment.