evmos.proto.autogen.py.ethermint.crypto.v1.ethsecp256k1

Classes

PrivKey(key)

PrivKey defines a type alias for an ecdsa.PrivateKey that implements Tendermint's PrivateKey interface.

PubKey(key)

PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface.

class evmos.proto.autogen.py.ethermint.crypto.v1.ethsecp256k1.PrivKey(key: bytes = <object object>)[source]

Bases: Message

PrivKey defines a type alias for an ecdsa.PrivateKey that implements Tendermint’s PrivateKey interface.

key: bytes = <object object>

key is the private key in byte form

class evmos.proto.autogen.py.ethermint.crypto.v1.ethsecp256k1.PubKey(key: bytes = <object object>)[source]

Bases: Message

PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint’s PubKey interface. It represents the 33-byte compressed public key format.

key: bytes = <object object>

key is the public key in byte form