Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
geometryolife committed Dec 5, 2024
1 parent 9333008 commit 35b4d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/move-basics/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let other = @rooch;

## 转换

Rooch 框架提供了一组辅助函数来处理地址。由于地址类型是一个32字节的值,可以将其转换为u256类型,反之亦然。它还可以转换为vector<u8>类型和从vector<u8>类型转换回地址类型。
Rooch 框架提供了一组辅助函数来处理地址。由于地址类型是一个32字节的值,可以将其转换为u256类型,反之亦然。它还可以转换为 `vector<u8>` 类型和从 `vector<u8>` 类型转换回地址类型。

示例:将地址转换为u256类型,然后再转换回来。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let other = @rooch;

## 转换

Rooch 框架提供了一组辅助函数来处理地址。由于地址类型是一个32字节的值,可以将其转换为u256类型,反之亦然。它还可以转换为vector<u8>类型和从vector<u8>类型转换回地址类型。
Rooch 框架提供了一组辅助函数来处理地址。由于地址类型是一个32字节的值,可以将其转换为u256类型,反之亦然。它还可以转换为 `vector<u8>` 类型和从 `vector<u8>` 类型转换回地址类型。

示例:将地址转换为u256类型,然后再转换回来。

Expand Down

0 comments on commit 35b4d3d

Please sign in to comment.