Skip to main content

Evmos protobuf compiled files.

Project description

Evmos proto

PyPI version pre-commit.ci status

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.3.tar.gz (189.0 kB view details)

Uploaded Source

Built Distribution

evmosproto-1.0.3-py3-none-any.whl (319.0 kB view details)

Uploaded Python 3

File details

Details for the file evmosproto-1.0.3.tar.gz.

File metadata

  • Download URL: evmosproto-1.0.3.tar.gz
  • Upload date:
  • Size: 189.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for evmosproto-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f139c9343df51b2e5c72511080a0cd50b79d9ae9d9fa5667a26e41742d40719d
MD5 cce437ad7aaaea1862017ed3fe70abcd
BLAKE2b-256 4a5b4439b932da4f1caf38bb425d0931a839ab5befc1248e1d0f06ea375e2015

See more details on using hashes here.

File details

Details for the file evmosproto-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: evmosproto-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 319.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for evmosproto-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b6078ae942fd74d7f4c62b443189f4932b5bc623bf98e925b10d8abbfb875a0d
MD5 8328d04cbe25c3f765922f0a6722a9d9
BLAKE2b-256 75b3a33e50c9dbabfcb4fb06b4b8bd7e154311e33f004efffa2383027719034c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page