Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetinfoResponse

Hierarchy

  • GetinfoResponse

Index

Properties

address?: GetinfoAddress[]

The addresses we announce to the world

alias: string

The fun alias this node will advertize

binding?: GetinfoBinding[]

The addresses we are listening on

blockheight: number

The highest block height we've learned

color: string

The favorite RGB color this node will advertize

fees_collected_msat: number

Total routing fees collected by this node

id: string

The public key unique to this node

lightning-dir: string

Identifies where you can find the configuration and other related files

network: string

represents the type of network on the node are working (e.g: bitcoin, testnet, or regtest)

num_active_channels: number

The total count of channels in normal state

num_inactive_channels: number

The total count of channels waiting for opening or closing transactions to be mined

num_peers: number

The total count of peers, connected or with channels

num_pending_channels: number

The total count of channels being opened

our_features?: OurFeatures

Our BOLT #9 feature bits (as hexstring) for various contexts

version: string

Identifies what bugs you are running into

warning_bitcoind_sync?: string

Bitcoind is not up-to-date with network.

warning_lightningd_sync?: string

Lightningd is still loading latest blocks from bitcoind.

Generated using TypeDoc