package
12.0.0-20230614081910-6fccf4bdd0cc
Repository: https://github.com/ayrisdev/vincechain.git
Documentation: pkg.go.dev
# Functions
GetvinceAddressFromBech32 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: `vince`).
IsMainnet returns true if the chain-id has the vince 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 vince testnet EIP155 chain prefix.
# Constants
BaseDenom defines the vince mainnet denomination.
MainnetChainID defines the vince EIP155 chain ID for mainnet.
TestnetChainID defines the vince EIP155 chain ID for testnet.