Versions in this module Expand all Collapse all v0 v0.6.2 Aug 29, 2017 Changes in this version + const EyesCacheSize + const FlagAddress + const FlagEyes + const FlagLogLevel + const FlagWithoutTendermint + var InitCmd = &cobra.Command + var KeyJSON = ... + var PrivValJSON = ... + var RelayCmd = &cobra.Command + var RelayInitCmd = &cobra.Command + var RelayStartCmd = &cobra.Command + var RootCmd = &cobra.Command + var StartCmd = &cobra.Command + var UnsafeResetAllCmd = &cobra.Command + var VersionCmd = &cobra.Command + func GetGenesisJSON(chainID, addr string) string + func NewIBCPlugin() *ibc.IBCPlugin + func Query(tmAddr string, key []byte) (*abci.ResultQuery, error) + func QuickVersionCmd(version string) *cobra.Command + func RegisterFlags(c *cobra.Command, flags []Flag2Register) + func RegisterPersistentFlags(c *cobra.Command, flags []Flag2Register) + func RegisterStartPlugin(name string, newPlugin func() types.Plugin) + func StripHex(s string) string + type Address [20]byte + func (a *Address) UnmarshalJSON(addrHex []byte) error + func (a Address) MarshalJSON() ([]byte, error) + type Flag2Register struct + Desc string + Pointer interface{} + Use string + Value interface{} + type Key struct + Address Address + PrivKey crypto.PrivKey + PubKey crypto.PubKey + func LoadKey(keyFile string) (*Key, error) + func (k *Key) Sign(msg []byte) crypto.Signature