# Constants
Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccPub defines the Bech32 prefix of an account's public key.
Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address.
Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address.
Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key.
# Structs
AddNewKey is the necessary data for adding a new key.
BankSendBody contains the necessary data to make a send transaction.
DeleteKeyBody request.
EncodeResopnse nolint.
Server represents the API server.
SignBody is the body for a sign request.
UpdateKeyBody update key password request REST body.