You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+43-31Lines changed: 43 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -44411,38 +44411,9 @@ components:
44411
44411
type: string
44412
44412
description: The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the `includeStakingBalances` query parameter is set to `true`.
description: Inbound balance in millisatoshis (remote balance)
47936
+
inboundPendingBalance:
47937
+
type: string
47938
+
description: Pending inbound balance in millisatoshis (pending open remote balance)
47939
+
inboundUnsettledBalance:
47940
+
type: string
47941
+
description: Unsettled inbound balance in millisatoshis (unsettled remote balance)
47942
+
outboundBalance:
47943
+
type: string
47944
+
description: Outbound balance in millisatoshis (local balance)
47945
+
outboundPendingBalance:
47946
+
type: string
47947
+
description: Pending outbound balance in millisatoshis (pending open local balance)
47948
+
outboundUnsettledBalance:
47949
+
type: string
47950
+
description: Unsettled outbound balance in millisatoshis (unsettled local balance)
47951
+
outboundLockedBalance:
47952
+
type: string
47953
+
description: Locked (from pending force closed channels) outbound balance in millisatoshis (locked local balance)
47954
+
required:
47955
+
- inboundBalance
47956
+
- inboundPendingBalance
47957
+
- inboundUnsettledBalance
47958
+
- outboundBalance
47959
+
- outboundPendingBalance
47960
+
- outboundUnsettledBalance
47961
+
- outboundLockedBalance
47958
47962
Offchain:
47959
47963
title: Offchain
47960
47964
type: object
@@ -60768,6 +60772,10 @@ components:
60768
60772
rewardBalanceString:
60769
60773
type: string
60770
60774
description: The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the `includeStakingBalances` query parameter is set to `true`.
description: The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the `includeStakingBalances` query parameter is set to `true`.
0 commit comments