Python package for Namada
Project description
Python package for Namada
A package for Namada.
Install
pip install namada
How to use
After installing the package use following import:
from namada import Namada
client = Namada()
Blocks:
from namada import Namada
client = Namada()
client.get_latest_block()
client.get_block_height(height)
client.get_block_height_transactions(height)
client.get_block_height_signatures(height)
client.get_block_list_records(records)
client.get_block_list_records_to_block(records, to_block)
Transactions:
from namada import Namada
client = Namada()
client.get_latest_tx()
client.get_tx_hash(tx_hash)
client.get_tx_list_records(records)
client.get_tx_list_records_to_block(records, to_block)
Validators:
from namada import Namada
client = Namada()
client.get_validator_list()
client.get_validator_address(address)
client.get_validator_latest_block(address)
client.get_validator_latest_signatures(address)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
namada-1.0.27.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file namada-1.0.27.tar.gz.
File metadata
- Download URL: namada-1.0.27.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c06180632a19b8638409cbea07c2c7558738b9d8ac70664ef55498a7dd11cae
|
|
| MD5 |
984721789b51a5e475d1d363fa854fa8
|
|
| BLAKE2b-256 |
445519e1e53bde400d69af13270fdcdb5b9ef1ba64336a27eb93b6f3e2e6b5c5
|
File details
Details for the file namada-1.0.27-py3-none-any.whl.
File metadata
- Download URL: namada-1.0.27-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e2b0c5dece106400dfd991a388754c86dd5e53174a2f1b40f1137b3347ef7b3
|
|
| MD5 |
cf788ad7684df441d45df028b5213b33
|
|
| BLAKE2b-256 |
81d60f9acedde98f1d01a2e30d5a0dc8ce8a168e5e4e6d175ecb712fe3df6538
|