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
Summary
The ItemizableFeeCharging allows charging any combination of network, node, and service fees to either the designated payer or submitting node for a transaction.
However, only four combinations are actually used:
Summary
The
ItemizableFeeCharging
allows charging any combination of network, node, and service fees to either the designated payer or submitting node for a transaction.However, only four combinations are actually used:
-->
Submitting node charged (up to) network fee.-->
Payer charged network fee and (up to) node fee.-->
Payer charged all fees.-->
Payer charged service fee.It will be simpler, safer, and more performant to implement methods for just these cases.
Possible resolution
Refactor
ItemizableFeeCharging
to support only these charging actions.The text was updated successfully, but these errors were encountered: