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

Uploaded Source

Built Distribution

evmosproto-1.0.4-py3-none-any.whl (367.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: evmosproto-1.0.4.tar.gz
  • Upload date:
  • Size: 213.1 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.4.tar.gz
Algorithm Hash digest
SHA256 4ca7624ce6a2418e8055f70ba453b22b2af614bb472564c409435a48e8f4fc02
MD5 602c39b4d41d278e579257dba41b9b7e
BLAKE2b-256 f8525b4e76207189bb731d73f0c4cc488da4a2d869eb47414ef69764e89f0f77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: evmosproto-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 367.2 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ede5164b6457883fdde94b47781da5a03aaa6224a09d770a58d2c220d44cae34
MD5 6257ed277ae913a4c5dc0755a29ebac1
BLAKE2b-256 502c17394958d1bea6b4945d48b69e06c80b1e9f9ab057eaf701837c7b0fbc2c

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