mirror of
https://github.com/aljazceru/lsp.git
synced 2025-12-17 06:04:20 +01:00
make size and duration optional
This commit is contained in:
@@ -16,12 +16,12 @@ Request an inbound channel with a specific size and duration.
|
|||||||
|
|
||||||
##### Parameters
|
##### Parameters
|
||||||
|
|
||||||
| Name | Located in | Description | Required | Default | Schema |
|
| Name | Located in | Description | Required | Schema |
|
||||||
| ---- | ---------- | ----------- | -------- | ------- | ------ |
|
| ---- | ---------- | ----------- | -------- | ------ |
|
||||||
| remote_balance | body | Inbound liquidity amount in satoshis | Yes | | integer |
|
| node_connection_info | body | pubkey@host:port | Yes | string |
|
||||||
| local_balance | body | Outbound liqudity amount in satoshis | No | 0 | integer |
|
| remote_balance | body | Inbound liquidity amount in satoshis | No | integer |
|
||||||
| channel_expiry | body | Channel expiration in weeks | Yes | | integer |
|
| local_balance | body | Outbound liqudity amount in satoshis | No | integer |
|
||||||
| node_connection_info | body | pubkey@host:port | Yes | | string |
|
| channel_expiry | body | Channel expiration in weeks | No | integer |
|
||||||
|
|
||||||
|
|
||||||
##### Response
|
##### Response
|
||||||
|
|||||||
Reference in New Issue
Block a user