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
Add gosdk API wrappers to an interface object. Similar to TransactionScheme but for zboxcore/sdk..
This would help for 3rd party applications, like zbox and zwallet, that use gosdk. They could then use the interface object rather than the raw functions, if nothing else it would make unit tests easier to write.
So an interface object that has as methods at least the gosdk API functions used in zbox and zwallet, and an object that satisfies the interface and wraps the existing functions.
The text was updated successfully, but these errors were encountered:
Add
gosdk
API wrappers to an interface object. Similar to TransactionScheme but for zboxcore/sdk..This would help for 3rd party applications, like
zbox
andzwallet
, that usegosdk
. They could then use the interface object rather than the raw functions, if nothing else it would make unit tests easier to write.So an interface object that has as methods at least the
gosdk
API functions used inzbox
andzwallet
, and an object that satisfies the interface and wraps the existing functions.The text was updated successfully, but these errors were encountered: