These are the current balances of destinations. Once the threshold is reached for a destination, a payout is generated of that amount (minus the reserve fee amount to cover potential costs).
| Destination | Sats | Actions |
|---|---|---|
| @dest | @(balance / 1000m) | @if (UpdatingDestination == dest) { } else { } |
These payouts were generated by Prism after a threshold for a destination was reached. If these payouts are cancelled, the original destination will be credited back the payout amount. If a payout completes, we attempt to get the actual fee spent to adjust the destination balance accordingly.
| Payout Id | Destination | Reserve fee | Amount | Actions |
|---|---|---|---|---|
| @payoutId | @pendingPayout.DestinationId | @pendingPayout.FeeCharged | @pendingPayout.PayoutAmount |