mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Clean up unused / removed pages & images
- Delete folders for new pages that are handled by templates w/ no
markdown source
- Fully remove "Use Cases", leaving redirects for deleted pages.
- Move certain pages to new areas & remove Use Case markup
- Add "Contribute Code to the XRP Ledger" draft page
- Fix image paths in some Japanese-translated pages
This commit is contained in:
@@ -94,8 +94,8 @@
|
||||
|
||||
| | タイプコード < 16 | タイプコード >= 16 |
|
||||
|:-----------------|:------------------------------------------------------------------------------|:--|
|
||||
| **フィールドコード < 16** |  |  |
|
||||
| **フィールドコード >= 16** | |  |
|
||||
| **フィールドコード < 16** |  |  |
|
||||
| **フィールドコード >= 16** | |  |
|
||||
|
||||
デコードの際には、**1番目のバイト**のどのビットがゼロであるかによって、フィールドIDのバイト数を把握できます。これは、上記の表の例に対応しています。
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
以下の図に、XRPの額と発行済み通貨の額のシリアル化フォーマットを示します。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### 配列フィールド
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
以下の例は、配列のシリアル化フォーマットを示します(`SignerEntries`フィールド)。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### ブロブフィールド
|
||||
@@ -261,7 +261,7 @@ XRP LedgerのハッシュタイプにはHash128、Hash160、Hash256がありま
|
||||
|
||||
以下の例は、オブジェクトのシリアル化フォーマットを示します(`Memos`配列内の1つの`Memo`オブジェクト)。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### PathSetフィールド
|
||||
@@ -294,7 +294,7 @@ PathSetは、**1~6**の個別パスとして順序どおりにシリアル化
|
||||
|
||||
以下の例は、PathSetのシリアル化フォーマットを示します。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### UIntフィールド
|
||||
|
||||
@@ -45,7 +45,7 @@ The serialization processes described here are implemented in multiple places an
|
||||
|
||||
- In C++ [in the `rippled` code base](https://github.com/ripple/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp).
|
||||
- In JavaScript in the [`ripple-binary-codec`](https://github.com/ripple/ripple-binary-codec/) package.
|
||||
- In Python 3 in [this repository's code samples section](target.github_forkurl}}/blob/{{target.github_branch}}/content/_code-samples/tx-serialization/serialize.py).
|
||||
- In Python 3 in [this repository's code samples section]({{target.github_forkurl}}/blob/{{target.github_branch}}/content/_code-samples/tx-serialization/serialize.py).
|
||||
|
||||
These implementations are all provided with permissive open-source licenses, so you can import, use, or adapt the code for your needs in addition to using it alongside these documents for learning purposes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user