Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add gosdk API wrappers to an interface #155

Open
Sriep opened this issue Jul 28, 2021 · 0 comments
Open

[FEATURE] Add gosdk API wrappers to an interface #155

Sriep opened this issue Jul 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request post-mainnet

Comments

@Sriep
Copy link
Contributor

Sriep commented Jul 28, 2021

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.

@Sriep Sriep added the enhancement New feature or request label Jul 28, 2021
@moldis moldis changed the title Add gosdk API wrappers to an interface [FEATURE] Add gosdk API wrappers to an interface Oct 27, 2021
@moldis moldis self-assigned this Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request post-mainnet
Projects
None yet
Development

No branches or pull requests

4 participants