mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
More labeling
This commit is contained in:
@@ -5,7 +5,7 @@ blurb: Formats for representing cryptographic keys and related data in base58 fo
|
||||
---
|
||||
# base58 Encodings
|
||||
|
||||
The `rippled` APIs often use a "base58" encoding with a checksum (sometimes called "Base58Check") to represent [account addresses](accounts.html#addresses) and other types of values related to cryptographic keys. This encoding is the same as [the one used for Bitcoin addresses](https://en.bitcoin.it/wiki/Base58Check_encoding), except that the XRP Ledger uses the following dictionary: `rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz`.
|
||||
XRP Ledger APIs often use a "base58" encoding with a checksum (sometimes called "Base58Check") to represent [account addresses](accounts.html#addresses) and other types of values related to cryptographic keys. This encoding is the same as [the one used for Bitcoin addresses](https://en.bitcoin.it/wiki/Base58Check_encoding), except that the XRP Ledger uses the following dictionary: `rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz`.
|
||||
|
||||
The XRP Ledger prefixes different types of values with a specific 8-bit number before encoding them to distinguish between different data types. With the arrangement of characters in the XRP Ledger's base58 dictionary, the result is that the base58 representations for different types of encoded values start with specific letters by type.
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: currency-formats.html
|
||||
parent: protocol-reference.html
|
||||
blurb: 通貨番号の精度と範囲、カスタム通貨コードのフォーマットです。
|
||||
labels:
|
||||
- XRP
|
||||
- トークン
|
||||
---
|
||||
# 通貨フォーマット
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ html: currency-formats.html
|
||||
parent: protocol-reference.html
|
||||
blurb: Precision and range for currency numbers, plus formats of custom currency codes.
|
||||
label:
|
||||
- XRP
|
||||
- Tokens
|
||||
---
|
||||
# Currency Formats
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-data-formats.html
|
||||
parent: protocol-reference.html
|
||||
blurb: XRP Ledgerの共有状態を構成する個別のデータオブジェクトについて説明します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# レジャーのデータ型
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-data-formats.html
|
||||
parent: protocol-reference.html
|
||||
blurb: Learn about individual data objects that comprise the XRP Ledger's shared state.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# Ledger Data Formats
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: ledger-header.html
|
||||
parent: ledger-data-formats.html
|
||||
blurb: レジャーバージョンの内容を記述する一意のヘッダーです。
|
||||
labels:
|
||||
- データ保持
|
||||
- ブロックチェーン
|
||||
---
|
||||
# レジャーヘッダー
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/ledger/ReadView.h#L71 "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: ledger-header.html
|
||||
parent: ledger-data-formats.html
|
||||
blurb: A unique header that describes the contents of a ledger version.
|
||||
labels:
|
||||
- Data Retention
|
||||
- Blockchain
|
||||
---
|
||||
# Ledger Header
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/ledger/ReadView.h#L71 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-object-ids.html
|
||||
parent: ledger-data-formats.html
|
||||
blurb: レジャーの状態ツリーのすべてのオブジェクトには一意のIDがあります。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# レジャーオブジェクトID
|
||||
<a id="sha512half"></a>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-object-ids.html
|
||||
parent: ledger-data-formats.html
|
||||
blurb: All objects in a ledger's state tree have a unique ID.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# Ledger Object IDs
|
||||
<a id="sha512half"></a>
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: accountroot.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: あるアカウントの設定、XRP残高、その他のメタデータです。
|
||||
labels:
|
||||
- アカウント
|
||||
- XRP
|
||||
---
|
||||
# AccountRoot
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L27 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: amendments-object.html #amendments.html is taken by the concept page
|
||||
parent: ledger-object-types.html
|
||||
blurb: 有効化されているAmendmentと保留中のAmendmentのステータスを持つシングルトンオブジェクトです。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# Amendments
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L110-L113 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: check.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 送信先が清算して資金にできるCheckです。
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# Check
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L157-L170 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: depositpreauth-object.html #depositpreauth.html is taken by the tx type
|
||||
parent: ledger-object-types.html
|
||||
blurb: 承認を必要とするアカウントへの送金ペイメントの事前承認の記録です。
|
||||
labels:
|
||||
- セキュリティ
|
||||
---
|
||||
# DepositPreauth
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L172-L178 "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: directorynode.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 他のオブジェクトへのリンクを含みます。
|
||||
labels:
|
||||
- 分散型取引所
|
||||
- データ保持
|
||||
---
|
||||
# DirectoryNode
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L44 "Source")
|
||||
|
||||
@@ -3,6 +3,7 @@ html: directorynode.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: Contains links to other objects.
|
||||
labels:
|
||||
- Data Retention
|
||||
- Decentralized Exchange
|
||||
---
|
||||
# DirectoryNode
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: escrow-object.html #escrow.html is taken by the concept page
|
||||
parent: ledger-object-types.html
|
||||
blurb: 条件付き決済のために保有されているXRPを含みます。
|
||||
labels:
|
||||
- Escrow
|
||||
---
|
||||
# Escrow
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/c6b6d82a754fe449cc533e18659df483c10a5c98/src/ripple/protocol/impl/LedgerFormats.cpp#L90-L101 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: feesettings.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: コンセンサスで承認された基本トランザクションコストと必要準備金があるシングルトンオブジェクトです。
|
||||
labels:
|
||||
- 手数料
|
||||
---
|
||||
# FeeSettings
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L115-L120 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-object-types.html
|
||||
parent: ledger-data-formats.html
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# レジャーオブジェクトのタイプ
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger-object-types.html
|
||||
parent: ledger-data-formats.html
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# Ledger Object Types
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledgerhashes.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 履歴検索用に以前のレジャーバージョンのハッシュをリスト表示します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# LedgerHashes
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: offer.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 通貨取引を行うためのオーダーです。
|
||||
labels:
|
||||
- 分散型取引所
|
||||
---
|
||||
# Offer
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L57 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paychannel.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 非同期XRP支払い用のチャネルです。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# PayChannel
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/c0a0b79d2d483b318ce1d82e526bd53df83a4a2c/src/ripple/protocol/impl/LedgerFormats.cpp#L180-L198 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ripplestate.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: 2つのアカウントをリンクし、それらのアカウント間の特定の通貨の残高を追跡します。トラストラインのコンセプトは、このオブジェクトタイプを抽象化することです。
|
||||
labels:
|
||||
- トークン
|
||||
---
|
||||
# RippleState
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L70 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: signerlist.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: マルチ署名トランザクションのアドレスのリストです。
|
||||
labels:
|
||||
- セキュリティ
|
||||
---
|
||||
# SignerList
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/6d2e3da30696bd10e3bb11a5ff6d45d2c4dae90f/src/ripple/protocol/impl/LedgerFormats.cpp#L127 "Source")
|
||||
|
||||
@@ -3,6 +3,8 @@ html: ticket.html
|
||||
parent: ledger-object-types.html
|
||||
blurb: A Ticket tracks an account sequence number that has been set aside for future use.
|
||||
status: not_enabled
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# Ticket
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: modifying-the-ledger.html
|
||||
parent: protocol-reference.html
|
||||
blurb: トランザクションだけがレジャーを変更できる理由とその方法です。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# レジャーの変更
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: modifying-the-ledger.html
|
||||
parent: protocol-reference.html
|
||||
blurb: Why and how only transactions can modify the ledger.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Modifying the Ledger
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: serialization.html
|
||||
parent: protocol-reference.html
|
||||
blurb: XRP Ledgerトランザクションやその他のオブジェクトの場合のJSONフォーマットと正規バイナリーフォーマットとの変換です。
|
||||
labels:
|
||||
- アカウント
|
||||
- トランザクション送信
|
||||
---
|
||||
# シリアル化フォーマット
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp#L696-L718 "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: serialization.html
|
||||
parent: protocol-reference.html
|
||||
blurb: Conversion between JSON and canonical binary format for XRP Ledger transactions and other objects.
|
||||
labels:
|
||||
- Blockchain
|
||||
- Transaction Sending
|
||||
---
|
||||
# Serialization Format
|
||||
[[Source]](https://github.com/ripple/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp#L696-L718 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: enableamendment.html
|
||||
parent: pseudo-transaction-types.html
|
||||
blurb: トランザクション処理を変更するAmendmentプロセスの進行状況を追跡します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# EnableAmendment
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: pseudo-transaction-types.html
|
||||
parent: transaction-formats.html
|
||||
blurb: バリデータがXRP Ledgerに適用する場合がある疑似トランザクションのフォーマットです。
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# 疑似トランザクション
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: setfee.html
|
||||
parent: pseudo-transaction-types.html
|
||||
blurb: 手数料投票の結果としてトランザクションコストまたはアカウント準備金の要件が変更されます。
|
||||
labels:
|
||||
- 手数料
|
||||
---
|
||||
# SetFee
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-common-fields.html
|
||||
parent: transaction-formats.html
|
||||
blurb: どのトランザクションについても、共通する一連のフィールドがあります。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# トランザクションの共通フィールド
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-common-fields.html
|
||||
parent: transaction-formats.html
|
||||
blurb: These common fields can be provided on any XRP Ledger transaction.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# Transaction Common Fields
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ template: template-landing-children.html
|
||||
---
|
||||
# Transaction Reference
|
||||
|
||||
A _Transaction_ is the only way to modify the XRP Ledger. Transactions are only final if signed, submitted, and accepted into a validated ledger version following the [consensus process](consensus.html). Some ledger rules also generate _[pseudo-transactions](pseudo-transaction-types.html)_, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam [transaction cost][].
|
||||
A _Transaction_ is the only way to cause changes in the XRP Ledger. Transactions' outcomes are only [final](finality-of-results.html) if signed, submitted, and accepted into a validated ledger version following the [consensus process](consensus.html). Some ledger rules also generate _[pseudo-transactions](pseudo-transaction-types.html)_, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam [transaction cost][].
|
||||
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-metadata.html
|
||||
parent: transaction-formats.html
|
||||
blurb: トランザクションのメタデータは、トランザクションの処理後にトランザクションに追加されるひとまとまりのデータです。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# トランザクションのメタデータ
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tec-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tecコードは、トランザクションは失敗したものの、トランザクションコストを適用するために、このトランザクションがレジャーに適用されたことを示します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# tecコード
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tec-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tec codes indicate that the transaction failed, but it was applied to a ledger to deduct the transaction cost.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# tec Codes
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tef-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tefコードは、トランザクションが失敗してレジャーに記録されなかったが、一部の理論上のレジャーでは正常に完了できた可能性があることを示します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# tefコード
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tef-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tef codes indicate that the transaction failed and was not included in a ledger, but the transaction could have succeeded in some theoretical ledger.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# tef Codes
|
||||
<!-- SPELLING_IGNORE: tef -->
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tel-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: telコードは、トランザクションを処理するローカルサーバーでのエラーを示します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# telコード
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tel-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tel codes indicate an error in the local server processing the transaction.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# tel Codes
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tem-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: temコードは、トランザクションの形式が正しくないため、XRP Ledgerプロトコルに基づきトランザクションが正常に完了しないことを示します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# temコード
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tem-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: tem codes indicate that the transaction was malformed, and cannot succeed according to the XRP Ledger protocol.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# tem Codes
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ter-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: terコードは、トランザクションは失敗したけれども、将来そのトランザクションを正常に適用できる可能性があることを示します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# terコード
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ter-codes.html
|
||||
parent: transaction-results.html
|
||||
blurb: ter codes indicate that the transaction failed, but it could apply successfully in the future, usually if some other hypothetical transaction applies first.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# ter Codes
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tes-success.html
|
||||
parent: transaction-results.html
|
||||
blurb: tesSUCCESSコードは、トランザクションが成功したことを示す唯一のコードです。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# tes Success
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: tes-success.html
|
||||
parent: transaction-results.html
|
||||
blurb: tesSUCCESS is the only code that indicates a transaction succeeded.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# tes Success
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-results.html
|
||||
parent: transaction-formats.html
|
||||
blurb: rippledサーバーのトランザクション結果の解釈の仕方について説明します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# トランザクションの結果
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ html: transaction-results.html
|
||||
parent: transaction-formats.html
|
||||
blurb: Learn how to interpret rippled server transaction results.
|
||||
labels:
|
||||
- Blockchain
|
||||
- Transaction Sending
|
||||
---
|
||||
# Transaction Results
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: accountdelete.html
|
||||
parent: transaction-types.html
|
||||
blurb: Delete an account.
|
||||
labels:
|
||||
- アカウント
|
||||
---
|
||||
# AccountDelete
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: accountset.html
|
||||
parent: transaction-types.html
|
||||
blurb: XRP Ledgerのアカウントのプロパティーを修正します。
|
||||
labels:
|
||||
- アカウント
|
||||
---
|
||||
# AccountSet
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcancel.html
|
||||
parent: transaction-types.html
|
||||
blurb: 未清算のCheckを取り消し、送金を行わずにレジャーから削除します。
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCancel
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CancelCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcash.html
|
||||
parent: transaction-types.html
|
||||
blurb: レジャーでCheckオブジェクトの清算を試みます。
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCash
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CashCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: checkcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: レジャーにCheckオブジェクトを作成します
|
||||
labels:
|
||||
- Checks
|
||||
---
|
||||
# CheckCreate
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: depositpreauth.html
|
||||
parent: transaction-types.html
|
||||
blurb: DepositPreauthトランザクションは別のアカウントに対し、このトランザクションの送信者に支払いを送金することを事前承認します。
|
||||
labels:
|
||||
- セキュリティ
|
||||
---
|
||||
# DepositPreauth
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/DepositPreauth.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: escrowcancel.html
|
||||
parent: transaction-types.html
|
||||
blurb: Escrowに留保されているXRPを送金元に返金します。
|
||||
labels:
|
||||
- Escrow
|
||||
---
|
||||
# EscrowCancel
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: escrowcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: Escrowプロセスが終了または取り消されるまでXRPを隔離します。
|
||||
labels:
|
||||
- Escrow
|
||||
---
|
||||
# EscrowCreate
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: escrowfinish.html
|
||||
parent: transaction-types.html
|
||||
blurb: 保留中の支払いから受取人へXRPを送金します。
|
||||
labels:
|
||||
- Escrow
|
||||
---
|
||||
# EscrowFinish
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: offercancel.html
|
||||
parent: transaction-types.html
|
||||
blurb: XRP LedgerからOfferオブジェクトを削除します。
|
||||
labels:
|
||||
- 分散型取引所
|
||||
---
|
||||
# OfferCancel
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: offercreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: OfferCreateは通貨の交換を行う意図を定義するもので、配置時に完全に履行されていない場合はOfferオブジェクトを作成します。
|
||||
labels:
|
||||
- 分散型取引所
|
||||
---
|
||||
# OfferCreate
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
html: payment.html
|
||||
parent: transaction-types.html
|
||||
blurb: アカウント間での価値の移動します。
|
||||
labels:
|
||||
- 支払い
|
||||
- XRP
|
||||
- 複数通貨間
|
||||
- トークン
|
||||
---
|
||||
# Payment
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/5425a90f160711e46b2c1f1c93d68e5941e4bfb6/src/ripple/app/transactors/Payment.cpp "ソース")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelclaim.html
|
||||
parent: transaction-types.html
|
||||
blurb: Payment Channelに対しXRPを請求します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# PaymentChannelClaim
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: 一方向のChannelを作成し、XRPを供給します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# PaymentChannelCreate
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: paymentchannelfund.html
|
||||
parent: transaction-types.html
|
||||
blurb: Payment ChannelにXRPを追加します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# PaymentChannelFund
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: setregularkey.html
|
||||
parent: transaction-types.html
|
||||
blurb: アカウントに関連付けられているレギュラーキーペアの割り当て、変更、削除を行います。
|
||||
labels:
|
||||
- セキュリティ
|
||||
---
|
||||
# SetRegularKey
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: signerlistset.html
|
||||
parent: transaction-types.html
|
||||
blurb: トランザクションのマルチ署名に使用できる署名者のリストを作成、置換、削除します。
|
||||
labels:
|
||||
- セキュリティ
|
||||
---
|
||||
# SignerListSet
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/ef511282709a6a0721b504c6b7703f9de3eecf38/src/ripple/app/tx/impl/SetSignerList.cpp "Source")
|
||||
|
||||
@@ -3,6 +3,8 @@ html: ticketcreate.html
|
||||
parent: transaction-types.html
|
||||
blurb: Set aside one or more sequence numbers as Tickets.
|
||||
status: not_enabled
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# TicketCreate
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: transaction-types.html
|
||||
parent: transaction-formats.html
|
||||
blurb: トランザクションのタイプは、どういったタイプの操作を実行することが想定されているのかを示します。
|
||||
template: template-landing-children.html
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# トランザクションのタイプ
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: trustset.html
|
||||
parent: transaction-types.html
|
||||
blurb: 2つのアカウントをリンクするトラストラインを作成または変更します。
|
||||
labels:
|
||||
- トークン
|
||||
---
|
||||
# TrustSet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user