Add more pre-checkers, docstrings

- add SpwCardNotFound error to `send_transaction()`
- Add balance checker to `send_transactions()`
- Made working docstrings
- Correction errors in Parameters
This commit is contained in:
Teleport
2023-05-09 02:28:12 +03:00
parent fc1161f341
commit c1a172d4be
5 changed files with 205 additions and 51 deletions

View File

@@ -68,5 +68,5 @@ html_theme_options = {
],
"source_repository": "https://github.com/teleportx/Py-SPW/",
"source_branch": "main",
"source_directory": "docs/",
"source_directory": "docs/source/",
}