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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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