Clarifications grab bag (DOC-1086):

- Add payment_channel to account_objects type list
- Clarify payment channel reserves in a couple places
- Add owner_funds field to book_offers response
This commit is contained in:
mDuo13
2017-10-24 17:44:05 -07:00
parent 956b15c6cd
commit 54bbc66dd4
3 changed files with 5 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ This is a [PaymentChannelCreate transaction][]. As part of this process, the pay
The following example shows creation of a payment channel by [submitting](reference-rippled.html#sign-and-submit-mode) to a local `rippled` server with the JSON-RPC API. The payment channel allocates 100 XRP from the [example payer](#example-values) (rN7n7...) to the [example payee](#example-values) (rf1Bi...) with a settlement delay of 1 day. The public key is the example payer's master public key, in hexadecimal.
**Note:** A payment channel counts as one object toward the payer's [owner reserve](concept-reserves.html#owner-reserves). The owner must keep at least enough XRP to satisfy the reserve after subtracting the XRP allocated to the payment channel.
Request:
POST http://localhost:5005/