Skip to content

Latest commit

 

History

History
115 lines (104 loc) · 2.04 KB

CLTCommandCoverage.md

File metadata and controls

115 lines (104 loc) · 2.04 KB

C-Lightning Commands Covered with the APIs

=== bitcoin ===

  • feerates
  • fundpsbt
  • multiwithdraw
  • newaddr
  • reserveinputs
  • sendpsbt
  • signpsbt
  • txdiscard
  • txprepare
  • txsend
  • unreserveinputs
  • utxopsbt
  • withdraw

=== channels ===

  • close
  • fundchannel (as channel/openChannel)
  • fundchannel_cancel
  • fundchannel_complete
  • fundchannel_start
  • funderupdate (experimental-dual-fund required)
  • getroute
  • listchannels
  • listforwards
  • multifundchannel
  • openchannel_abort
  • openchannel_bump
  • openchannel_init
  • openchannel_signed
  • openchannel_update
  • setchannel
  • setchannelfee

=== datastore ===

  • datastore
  • deldatastore
  • listdatastore

=== network ===

  • addgossip
  • connect
  • disconnect
  • listnodes
  • listpeers
  • ping
  • sendcustommsg

=== onions (experimental-onion-messages required) ===

  • sendonionmessage

=== offers (experimental-offers required) ===

  • disableoffer
  • fetchinvoice
  • listoffers
  • offer
  • offerout
  • sendinvoice

=== payment ===

  • createinvoice
  • createonion
  • decode
  • decodepay
  • delexpiredinvoice
  • delinvoice
  • delpay
  • invoice
  • listinvoices
  • listsendpays (as pay/listPayments)
  • listtransactions
  • sendonion
  • sendpay
  • waitanyinvoice
  • waitinvoice
  • waitsendpay

=== plugin ===

  • autocleaninvoice
  • estimatefees
  • fundchannel
  • getchaininfo
  • getrawblockbyheight
  • getutxout
  • keysend
  • legacypay
  • listpays
  • pay
  • paystatus
  • plugin
  • sendrawtransaction

=== utility ===

  • check
  • checkmessage
  • getinfo
  • getlog
  • getsharedsecret
  • help
  • listconfigs
  • listfunds
  • notifications
  • parsefeerate
  • signmessage
  • stop
  • waitblockheight

=== custom ===

  • user-enabled RPC commands via /rpc

=== developer (developer mode required) ===

  • dev-listaddrs
  • dev-rescan-outputs