Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNode ¶
func NewNode( application abcitypes.Application, configuration Config, privValidator types.PrivValidator, genesisDoc *types.GenesisDoc, ) (*tmnode.Node, error)
Types ¶
type AppState ¶
type AppState struct {
// Name of the account
Account string `json:"account"`
States []app.State `json:"states"`
}
func NewAppState ¶ added in v0.8.0
func NewAppState() *AppState
func (AppState) MarshalJSON ¶
type Config ¶
type Config struct {
Moniker string
RootDirectory string
RPCAddress string
P2PAddress string
IndexTags []string
PersistentPeers string
Seeds string
SeedMode bool
}
Config is a OneLedger-specific configuration struct used to create a tendermint configuration
type GenesisDoc ¶
type GenesisDoc = types.GenesisDoc
func DefaultGenesisDoc ¶
func DefaultGenesisDoc() *GenesisDoc
type GenesisValidator ¶
type GenesisValidator = types.GenesisValidator
Click to show internal directories.
Click to hide internal directories.