Documentation
¶
Index ¶
Constants ¶
View Source
const ( LocalnetChainID string = "xrplevm_1449999-1" DevnetChainID string = "xrplevm_1449900-1" TestnetChainID string = "xrplevm_1449000-1" MainnetChainID string = "xrplevm_1440000-1" )
View Source
const ( LocalnetEVMChainID uint64 = 1449999 MainnetEVMChainID uint64 = 1440000 TestnetEVMChainID uint64 = 1449000 DevnetEVMChainID uint64 = 1449900 )
Variables ¶
View Source
var ( SupportedAlgorithms = keyring.SigningAlgoList{evmhd.EthSecp256k1} SupportedAlgorithmsLedger = keyring.SigningAlgoList{evmhd.EthSecp256k1} )
View Source
var CosmosToEVMChainID = map[string]uint64{ LocalnetChainID: LocalnetEVMChainID, DevnetChainID: DevnetEVMChainID, TestnetChainID: TestnetEVMChainID, MainnetChainID: MainnetEVMChainID, }
Functions ¶
func AddGenesisAccountCmd ¶
AddGenesisAccountCmd returns add-genesis-account cobra Command.
func CustomKeyringOption ¶
func InitAppConfig ¶
InitAppConfig helps to override default appConfig template and configs. return "", nil if no custom configuration is required for the application.
func NewRootCmd ¶
func NewRootCmd() (*cobra.Command, sdktestutil.TestEncodingConfig)
NewRootCmd creates a new root command for a Cosmos SDK application
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.