bump fee api
This commit is contained in:
parent
67f9dfde8b
commit
169284021f
12 changed files with 175 additions and 3 deletions
|
|
@ -58,6 +58,11 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- BumpTx
|
||||
- auth type: __Admin__
|
||||
- input: [BumpTx](#BumpTx)
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- CloseChannel
|
||||
- auth type: __Admin__
|
||||
- input: [CloseChannelRequest](#CloseChannelRequest)
|
||||
|
|
@ -509,6 +514,13 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- BumpTx
|
||||
- auth type: __Admin__
|
||||
- http method: __post__
|
||||
- http route: __/api/admin/tx/bump__
|
||||
- input: [BumpTx](#BumpTx)
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- CloseChannel
|
||||
- auth type: __Admin__
|
||||
- http method: __post__
|
||||
|
|
@ -1241,6 +1253,11 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- __nextRelay__: _string_ *this field is optional
|
||||
- __type__: _string_
|
||||
|
||||
### BumpTx
|
||||
- __output_index__: _number_
|
||||
- __sat_per_vbyte__: _number_
|
||||
- __txid__: _string_
|
||||
|
||||
### BundleData
|
||||
- __available_chunks__: ARRAY of: _number_
|
||||
- __base_64_data__: ARRAY of: _string_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue