fee treatment added

This commit is contained in:
Stephan D
2026-02-24 16:39:08 +01:00
parent 2fe90347a8
commit 2e08ec9b9b
17 changed files with 162 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
enum FeeTreatment {
addToSource,
deductFromDestination,
unspecified,
}