types

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2025 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// Bech32MainPrefix defines the main SDK Bech32 prefix of an account's address
	Bech32MainPrefix = "xpla"

	// PrefixValidator is the prefix for validator keys
	PrefixValidator = "val"
	// PrefixConsensus is the prefix for consensus keys
	PrefixConsensus = "cons"
	// PrefixPublic is the prefix for public keys
	PrefixPublic = "pub"
	// PrefixOperator is the prefix for operator keys
	PrefixOperator = "oper"

	// Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
	Bech32PrefixAccAddr = Bech32MainPrefix
	// Bech32PrefixAccPub defines the Bech32 prefix of an account's public key
	Bech32PrefixAccPub = Bech32MainPrefix + PrefixPublic
	// Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address
	Bech32PrefixValAddr = Bech32MainPrefix + PrefixValidator + PrefixOperator
	// Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key
	Bech32PrefixValPub = Bech32MainPrefix + PrefixValidator + PrefixOperator + PrefixPublic
	// Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address
	Bech32PrefixConsAddr = Bech32MainPrefix + PrefixValidator + PrefixConsensus
	// Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key
	Bech32PrefixConsPub = Bech32MainPrefix + PrefixValidator + PrefixConsensus + PrefixPublic
)
View Source
const (
	// Default Denom
	DefaultDenom = "axpla"

	// CoinType
	CoinType = 60

	// FullFundraiserPath is the parts of the BIP44 HD path
	FullFundraiserPath = "m/44'/60'/0'/0/0"

	DefaultDenomPrecision = int64(18)
)
View Source
const (
	// base chain coin info for xpla network
	XplaBaseDenom    = "axpla"
	XplaDisplayDenom = "xpla"
	XplaDecimals     = evmtypes.EighteenDecimals
)

Variables

This section is empty.

Functions

func EvmAppOptions added in v1.8.0

func EvmAppOptions(chainID uint64) error

EvmAppOptions allows to setup the global configuration for the Cosmos EVM chain.

func NoOpEVMOptions added in v1.8.0

func NoOpEVMOptions(_ uint64) error

NoOpEVMOptions is a no-op function that can be used when the app does not need any specific configuration.

func SetConfig

func SetConfig()

Types

type EVMOptionsFn added in v1.8.0

type EVMOptionsFn func(uint64) error

EVMOptionsFn defines a function type for setting app options specifically for the Cosmos EVM app. The function should receive the chainID and return an error if any.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL