package
1.0.0
Repository: https://github.com/kynnoenterprise/core.git
Documentation: pkg.go.dev

# Functions

GetKynnoAddressFromBech32 returns the sdk.Account address of given address, while also changing bech32 human readable prefix (HRP) to the value set on the global sdk.Config (eg: `kynno`).
IsMainnet returns true if the chain-id has the kynno mainnet EIP155 chain prefix.
IsSupportedKey returns true if the pubkey type is supported by the chain (i.e eth_secp256k1, amino multisig, ed25519).
IsTestnet returns true if the chain-id has the kynno testnet EIP155 chain prefix.

# Constants

MainnetChainID defines the Kynno EIP155 chain ID for mainnet.
RootCodespace is the codespace for all errors defined in this package.
TestnetChainID defines the Kynno EIP155 chain ID for testnet.

# Variables