mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user