btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LightningChannelData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**remote_node** | Option<**String**> | The public key of the node (Node ID) | [optional]
**is_public** | Option<**bool**> | Whether the node is public | [optional]
**is_active** | Option<**bool**> | Whether the node is online | [optional]
**capacity** | Option<**String**> | The capacity of the channel in millisatoshi | [optional]
**local_balance** | Option<**String**> | The local balance of the channel in millisatoshi | [optional]
**channel_point** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)