terra_sdk.core.public_key
PublicKey Objects
_1class PublicKey(JSONSerializable, ABC)
Data object holding the public key component of an account or signature.
SimplePublicKey Objects
_2@attr.s_2class 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_2class 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_2class LegacyAminoMultisigPublicKey(PublicKey)
Data object holding the Legacy Amino-typed public key component of an account or signature.
type_url
Multisig public key type.