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
PySDK's PR #283 introduces DryRunInspector which is very similar in scope to blackbox.DryRunTransactionResult.
DryRunInspector
blackbox.DryRunTransactionResult
The two classes should be unified.
One possible approach is to rename to a existing class and subclass PySDK's as follows:
class DryRunInspector(algosdk.DryRunTransactionResult): ...
The text was updated successfully, but these errors were encountered:
Resolving as the upcoming simulate endpoing will deprecate dry-run in any case so we'll have to refactor everything
Sorry, something went wrong.
No branches or pull requests
PySDK's PR #283 introduces
DryRunInspector
which is very similar in scope toblackbox.DryRunTransactionResult
.The two classes should be unified.
One possible approach is to rename to a existing class and subclass PySDK's as follows:
The text was updated successfully, but these errors were encountered: