# Functions
No description provided by the author
GenerateRandomChainID returns a random chain-id in the valid format.
No description provided by the author
IsValidChainID returns false if the given chain identifier is incorrectly formatted.
No description provided by the author
NewTxConfig initializes new Cosmos TxConfig with certain signModes enabled.
ParseChainID parses a string chain identifier's epoch to an Ethereum-compatible chain-id in *big.Int format.
ProtoAccount defines the prototype function for BaseAccount used for an AccountKeeper.
RegisterInterfaces registers the tendermint concrete client-related implementations and interfaces.
No description provided by the author
SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.
SetBip44CoinType sets the global coin type to be used in hierarchical deterministic wallets.
# Constants
Bech32MainPrefix defines the Bech32 prefix used for EthAccounts on the lux Chain.
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.
Bip44CoinType satisfies EIP84.
RootCodespace is the codespace for all errors defined in this package.
# Variables
BIP44HDPath is the BIP44 HD path used on Ethereum.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidChainID returns an error resulting from an invalid chain ID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
EthAccount implements the sdk.AccountI interface and embeds an authtypes.BaseAccount type.
No description provided by the author
improvised message to unpack length prefixed messages in tx response data.
base header ak message type, we can cast the bytes into corresponding message response type.
# Type aliases
No description provided by the author