Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllNodeTypeNames ¶
func AllNodeTypeNames() []string
Types ¶
type ApiAppToml ¶ added in v1.0.13
type AppToml ¶ added in v1.0.13
type AppToml struct { MinimumGasPrices string `toml:"minimum-gas-prices"` Pruning string `toml:"pruning"` PruningKeepRecent string `toml:"pruning-keep-recent"` PruningInterval string `toml:"pruning-interval"` HaltHeight int64 `toml:"halt-height"` HaltTime int64 `toml:"halt-time"` MinRetainsBlock uint `toml:"min-retain-blocks"` Api *ApiAppToml `toml:"api"` JsonRpc *JsonRpcAppToml `toml:"json-rpc"` StateSync *StateSyncAppToml `toml:"state-sync"` Grpc *GrpcAppToml `toml:"grpc"` }
type ConfigToml ¶ added in v1.0.13
type ConfigToml struct { Moniker string `toml:"moniker"` P2P *P2pConfigToml `toml:"p2p"` StateSync *StateSyncConfigToml `toml:"statesync"` Consensus *ConsensusConfigToml `toml:"consensus"` TxIndex *TxIndexConfigToml `toml:"tx_index"` }
type ConsensusConfigToml ¶ added in v1.0.13
type FilePerm ¶
func FilePermFrom ¶
type GrpcAppToml ¶ added in v1.0.13
type JsonRpcAppToml ¶ added in v1.0.13
type P2pConfigToml ¶ added in v1.0.13
type StateSyncAppToml ¶ added in v1.0.13
type StateSyncConfigToml ¶ added in v1.0.13
type StateSyncConfigToml struct {
Enable bool `toml:"enable"`
}
type TxIndexConfigToml ¶ added in v1.0.13
type TxIndexConfigToml struct {
Indexer string `toml:"indexer"`
}
Click to show internal directories.
Click to hide internal directories.