"description":"The unique channel ID for the channel. The first 3 bytes are the block\nheight, the next 3 the index within the block, and the last 2 bytes are the\noutput index for the channel."
"description":"A fully authenticated channel along with all its unique attributes.\nOnce an authenticated channel announcement has been processed on the network,\nthen an instance of ChannelEdgeInfo encapsulating the channels attributes is\nstored. The other portions relevant to routing policy of a channel are stored\nwithin a ChannelEdgePolicy for each direction of the channel."
},
"lnrpcChannelGraph":{
"type":"object",
"properties":{
"nodes":{
"type":"array",
"items":{
"$ref":"#/definitions/lnrpcLightningNode"
},
"title":"The list of `LightningNode`s in this channel graph"
},
"edges":{
"type":"array",
"items":{
"$ref":"#/definitions/lnrpcChannelEdge"
},
"title":"The list of `ChannelEdge`s in this channel graph"
}
},
"description":"Returns a new instance of the directed channel graph."
"description":"An individual vertex/node within the channel graph. A node is\nconnected to other nodes by one or more channel edges emanating from it. As the\ngraph is directed, a node will also have an incoming edge attached to it for\neach outgoing edge."