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
- `totalReceived` does not exclude change *(the amount of satoshis originating from the same address)*
282
+
- `unconfirmedBalance` is the delta that the unconfirmed transactions have on the total balance *(can be both positive and negative)*
283
+
- `unconfirmedAppearances` is the total number of unconfirmed transactions
284
+
- `appearances` is the total confirmed transactions
285
+
- `txids` Are sorted in block order with the most recent at the beginning. A maximum of 1000 *(default)* will be returned, the `from` and `to` options can be used to get further values.
286
+
280
287
281
288
## Events
282
289
The Bitcoin Service exposes two events via the Bus, and there are a few events that can be directly registered:
0 commit comments