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
and every sub-summary is an extension of that, perhaps I'd opt for having only the type, fee, plan in the bare default TransactionSummary and the more specific plans would be defined like SendTransactionSummary = TransactionSummary & {whatever...} and use just that, because there are multiple places in the code where this is handled very freestyle-like.
The text was updated successfully, but these errors were encountered:
Based on @xdzurman comment:
Now we have:
and every sub-summary is an extension of that, perhaps I'd opt for having only the type, fee, plan in the bare default TransactionSummary and the more specific plans would be defined like SendTransactionSummary = TransactionSummary & {whatever...} and use just that, because there are multiple places in the code where this is handled very freestyle-like.
The text was updated successfully, but these errors were encountered: