Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.Prism/PendingPayout.cs
2023-04-14 12:08:42 +02:00

3 lines
107 B
C#

namespace BTCPayServer.Plugins.Prism;
public record PendingPayout(long BalanceAmount, long FeeCharged);