Skip to main content

terra_sdk.core.public_key

PublicKey Objects


_1
class PublicKey(JSONSerializable, ABC)

Data object holding the public key component of an account or signature.

SimplePublicKey Objects


_2
@attr.s
_2
class SimplePublicKey(PublicKey)

Data object holding the SIMPLE public key component of an account or signature.

type_url

Normal signature public key type.

ValConsPubKey Objects


_2
@attr.s
_2
class ValConsPubKey(PublicKey)

Data object holding the public key component of a validator's account or signature.

type_url

an ed25519 tendermint public key type.

LegacyAminoMultisigPublicKey Objects


_2
@attr.s
_2
class LegacyAminoMultisigPublicKey(PublicKey)

Data object holding the Legacy Amino-typed public key component of an account or signature.

type_url

Multisig public key type.