Parametrize the contract you can use `AccountClient.create_account`
See original GitHub issueIs your feature request related to a problem? Please describe. It is not a problem, but I like the transaction management and private key establishment that happens in this method however it is limited to the OZ contract. It would be nice to be able to allow the user to specify any contract to use here (and have it default to the OZ one).
Describe the solution you’d like
Allow the user to specify a separate contract to use in AccountClient.create_account()
Describe alternatives you’ve considered Implement outside of lib.
Additional context Add any other context or screenshots about the feature request here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Dunning procedure in configuration:Define Parametrize ...
We can assign a Dunning Procedure in configuration at "Define and Parametrize External Transactions". Path: Financial Accounting->Contract ...
Read more >Parametrizing fixtures and test functions — pytest documentation
Parametrizing fixtures and test functions¶. pytest enables test parametrization at several levels: pytest.fixture() allows one to parametrize fixture ...
Read more >How to Parametrize a Curve - YouTube
Your browser can 't play this video. Learn more. Switch camera.
Read more >Custom names for pytest parametrized tests - Stack Overflow
You can define how your parametrized test names look using the ids parameter. This can be a list of strings, or a function...
Read more >Parametrization of a line examples - Math Insight
Example 1. Find a parametrization of the line through the points (3,1,2) and (1,0,5). Solution: The line is parallel to the vector v=(3,1,2)−(1,0,5)=(2,1 ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cptartur we should handle this after the RPC work is done.
AccoutClient.create_account
has been deprecated and will be removed in next version.