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.1.tar.gz
(182.0 kB
view details)
Built Distribution
evmosproto-1.0.1-py3-none-any.whl
(306.9 kB
view details)
File details
Details for the file evmosproto-1.0.1.tar.gz
.
File metadata
- Download URL: evmosproto-1.0.1.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 | 9162e18f79bfaea05f7000dabb04399b4f5f12db8114ea4eea792dc092bf211c |
|
MD5 | ab7558e534f46cd89787a68d3a500155 |
|
BLAKE2b-256 | 25eac3fab3c1adca6e7d3cfb858a2a2ba1a8fac404bf4f0e9eb2c96c7fa8cca9 |
File details
Details for the file evmosproto-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: evmosproto-1.0.1-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 | 23351cd0bc875ee44dab53a6386537b3af6e8743759a364fec7443f33413f6f4 |
|
MD5 | 790524fe0e28b987f01026c747a085fd |
|
BLAKE2b-256 | 15cc72b907f3584a4421215ddb7431f6414d79d45b66864e9852bfbe67263c60 |