Hedera Protobufs
Project description
hedera-protobufs-python
Hedera API Definitions in Protocol Buffer compiled to Python
They are compiled from .proto files in Java Protobufs.
Usage
Install:
pip install hedera-proto
To use, just import them in your python program, e.g.:
from hedera_proto import AccountID
accountId = AccountID()
Or:
import hedera_proto as proto
accountId = proto.AccountID()
Note
This is used by pure Python Hedera SDK, which, as of now (2021/11), has not been released yet.
You are encouraged to use the fully functional Python SDK github.com/wensheng/hedera-sdk-py, which is a Python wrapper around Java SDK, while waiting for pure Python SDK.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hedera_proto-0.49.1.tar.gz
(67.1 kB
view hashes)
Built Distribution
hedera_proto-0.49.1-py3-none-any.whl
(151.3 kB
view hashes)
Close
Hashes for hedera_proto-0.49.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f951527f1b284af4a0be5fd19ad1fa8febc33b7716c3dd2319c2bebd18024b5a |
|
MD5 | 1760bae1fd542ea8c342f0d31eade44d |
|
BLAKE2b-256 | a2140d2f7f3a8a5e41a8c248a18f99ee9e7cd7ccae80d136f11eaf16a5853ee7 |