-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add TestCoin
helper class
#3445
Labels
feat
Issue is a feature
Comments
4 tasks
May I try to solve this Issue? |
Hey @crStiv 👋🏼 Go ahead - let us know if you need anything :) |
import { Coin } from '../types'; export class TestCoin {
/** |
does this one helps in any shape or form, or did I go into the wrong direction? |
@crStiv feel free to open a draft PR with this implementation. It is easier for the team to review and collaborate |
4 tasks
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Similar to the
TestMessage
helper class, it might be worth having one for coins as well.We could have a static many function which could generate multiple coins.
The text was updated successfully, but these errors were encountered: