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.5.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.5.tar.gz.
File metadata
- Download URL: namada-1.0.5.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 |
9663d59adc875baf47c78b02c89a13c2aad5c28f0795beadc7d0a0b68e19b769
|
|
| MD5 |
048a6ba6033a1f50c1f2e66ba52150cf
|
|
| BLAKE2b-256 |
17d49005920a4adfbd86705d35b44fb08969a4d97b68b337c1354e8de2d110d5
|
File details
Details for the file namada-1.0.5-py3-none-any.whl.
File metadata
- Download URL: namada-1.0.5-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 |
401acf8249d5e724466adcd2c3d6d657a41682fedd274330d9f7272f1b9b1d48
|
|
| MD5 |
a1be18aea18200a296cf945b490cb38c
|
|
| BLAKE2b-256 |
dd554a373741c4b4e4bff0a6fa0b42f65def9d4c9ac20a0da5e19ce392a6c951
|