Evmos protobuf compiled files.
Project description
Evmos proto
Compiled evmos' protobuf
files ready to use with python3.9+
.
Installation
pip install evmosproto
Usage
import grpc
from evmosproto.cosmos.tx.v1beta1.service_pb2_grpc import ServiceStub
from evmosproto.cosmos.tx.v1beta1.service_pb2 import BroadcastTxRequest
channel = grpc.insecure_channel('127.0.0.1:9090')
stub = ServiceStub(channel)
msg = BroadcastTxRequest()
# Set your msg params...
send = stub.BroadcastTx(msg)
print(send)
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
evmosproto-1.0.2.tar.gz
(182.0 kB
view details)
Built Distribution
evmosproto-1.0.2-py3-none-any.whl
(306.9 kB
view details)
File details
Details for the file evmosproto-1.0.2.tar.gz
.
File metadata
- Download URL: evmosproto-1.0.2.tar.gz
- Upload date:
- Size: 182.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffd250ceea6bf679577fb7037005047b342e170fb1167956aa442d48c152c943 |
|
MD5 | 97ae020688a4067574b856997b140fd2 |
|
BLAKE2b-256 | 159a2c004a2b1ea5619488fefd36519524543d531b8a3ead5298d2c0768ee805 |
File details
Details for the file evmosproto-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: evmosproto-1.0.2-py3-none-any.whl
- Upload date:
- Size: 306.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b4fefc6325e2ca6bee211de20bdd2343f61d79b02c08f64914717fde2eaff0 |
|
MD5 | 505fbcea91c9bf29ffa1b7eca5ee8524 |
|
BLAKE2b-256 | fb572a0b40ddea6379dcdd86006ea2b4eb882ddfa50800ed8d76e404958dd9ca |