Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VectorPing ¶
type VectorPing struct { PingTime time.Time `json:"pingTime"` TorqVersion string `json:"torqVersion"` Implementation string `json:"implementation"` Version string `json:"version"` PublicKey string `json:"publicKey"` Alias string `json:"alias"` Color string `json:"color"` PendingChannelCount int `json:"pendingChannelCount"` ActiveChannelCount int `json:"activeChannelCount"` InactiveChannelCount int `json:"inactiveChannelCount"` PeerCount int `json:"peerCount"` BlockHeight int `json:"blockHeight"` BlockHash string `json:"blockHash"` BestHeaderTimestamp time.Time `json:"bestHeaderTimestamp"` ChainSynced bool `json:"chainSynced"` GraphSynced bool `json:"graphSynced"` Chains []VectorPingChain `json:"chains"` Addresses []string `json:"addresses"` Features map[int]VectorPingFeature `json:"features"` HtlcInterceptorRequired bool `json:"htlcInterceptorRequired"` }
type VectorPingChain ¶
type VectorPingFeature ¶
Click to show internal directories.
Click to hide internal directories.