Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = new(0, "success") ErrParse = new(101, "error parsing data") ErrInvalidRequest = new(102, "invalid request") ErrInvalidMsgType = new(103, "invalid message type") ErrAlreadyExist = new(104, "already exist") ErrNotFound = new(105, "not found") )
Return error code and message generating on the anchor.
View Source
var ( DefaultHome = filepath.Join(os.Getenv("HOME"), ".xplaset") GenFiles []string GenAccounts []authtypes.GenesisAccount GenBalances []banktypes.Balance NodeIds []string ValPubkeys []cryptotypes.PubKey GentxsDirPath string TotalSupply = sdk.NewInt(0) SentryPeersList []string SentryInfos = make(map[string][]SentryInfo) )
Functions ¶
This section is empty.
Types ¶
type SentryInfo ¶
Click to show internal directories.
Click to hide internal directories.