We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Configuration class should be able to be instantiated using only a genesis file:
Configuration
Configuration(genesisPath)
Also, it would be nice if it could take a list of Addresses and fund them:
Address
Configuration(List<Address>, amount, genesis)
or to each account its own value.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Configuration
class should be able to be instantiated using only a genesis file:Also, it would be nice if it could take a list of
Address
es and fund them:or to each account its own value.
The text was updated successfully, but these errors were encountered: