Merge remote-tracking branch 'origin' into uses-updates

This commit is contained in:
akcodez
2023-11-15 07:42:31 -08:00
281 changed files with 613 additions and 637 deletions

View File

@@ -83,7 +83,7 @@ _([AMM amendment][] :not_enabled:が必要です。)_
{
"result": {
"amm": {
"amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM",
"account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM",
"amount": "296890496",
"amount2": {
"currency": "TST",
@@ -140,7 +140,7 @@ _([AMM amendment][] :not_enabled:が必要です。)_
{
"result": {
"amm": {
"amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM",
"account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM",
"amount": "296890496",
"amount2": {
"currency": "TST",

View File

@@ -13,7 +13,7 @@ curated_anchors:
- name: タイプリスト
anchor: "#タイプリスト"
---
# シリアル化フォーマット
# バイナリフォーマット
[[ソース]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp#L696-L718 "Source")
このページでは、XRP Ledgerのトランザクションとその他のデータの正規バイナリフォーマットについて説明します。このバイナリフォーマットは、トランザクションの内容のデジタル署名を作成および検証するために必要であり、[サーバー間のピアツーピア通信](peer-protocol.html)を含む他の用途にも使用されます。通常、[`rippled` API](http-websocket-apis.html)は、JSONを使用してクライアントアプリケーションと通信します。ただしJSONは、同じデータをさまざまな同等の方法で表現できるため、デジタル署名を付与するトランザクションをシリアル化するのに適したフォーマットではありません。

Some files were not shown because too many files have changed in this diff Show More