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.30.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.30.tar.gz.
File metadata
- Download URL: namada-1.0.30.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 |
2b448c4e96700fee0f01dc6b7beb9d0da22ea4cd22766508d090629cccec38b4
|
|
| MD5 |
91dfeb2f21173e191e5b59fa0c63bfb7
|
|
| BLAKE2b-256 |
15bbad825a41f269fc9ebda07ae5fa69ac53ad43eee334e4c545d177a9f56fed
|
File details
Details for the file namada-1.0.30-py3-none-any.whl.
File metadata
- Download URL: namada-1.0.30-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
e4ca022882b61df03a6348f1d5cba863ae7078d6c1e6e9de9a8ebcbc53d85c0b
|
|
| MD5 |
d84e1f63f8bc343c086cb8750f66e1db
|
|
| BLAKE2b-256 |
7a9f3905efbaae5511500bb412d2702401bfbabd32ab735900aa82b0718bd1a6
|