Skip to content

Commit

Permalink
fix: nft data link
Browse files Browse the repository at this point in the history
  • Loading branch information
liangchaofei authored and liangchaofei committed Dec 4, 2023
1 parent 1181b06 commit 407b27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web3/src/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Convenient access to NFT metadata.
| Property | Description | Type |
| --- | --- | --- |
| loading | Indicate whether the NFT metadata is currently being loaded. | `boolean` |
| metadata | An object containing metadata associated with the specified NFT. Defined by the NFTMetadata type in @ant-design/web3-common. | `NFTMetadata` |
| metadata | An object containing metadata associated with the specified NFT. [NFTMetadata Type](/components/types#nftmetadata) | `NFTMetadata` |
| error | When an error occurs during the process of fetching metadata, the error property stores the error object. | `Error` |

#### Params
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/hooks/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ order: 2
| 参数 | 描述 | 类型 |
| --- | --- | --- |
| loading | 表示当前是否正在加载 NFT 元数据。 | `boolean` |
| metadata | 包含与指定 NFT 关联的元数据的对象。@ant-design/web3-common 中的 NFTMetadata 类型定义 | `NFTMetadata` |
| metadata | 包含与指定 NFT 关联的元数据的对象。 [NFTMetadata 类型定义](/components/types#nftmetadata) | `NFTMetadata` |
| error | 在获取元数据过程中发生错误的时候,error 属性保存错误对象。 | `Error` |

#### Params
Expand Down

0 comments on commit 407b27d

Please sign in to comment.