Versions in this module Expand all Collapse all v1 v1.1.0 Dec 6, 2022 v1.0.0 Oct 24, 2021 Changes in this version + const AcknowledgeProposal + const BridgeCommon + const BridgeSwap + const ChainIdentity + const DefaultKeystorePath + const FungibleTransferEventId + var BlockstorePathFlag = &cli.StringFlag + var ConfigFileFlag = &cli.StringFlag + var FreshStartFlag = &cli.BoolFlag + var KeystorePathFlag = &cli.StringFlag + var LatestBlockFlag = &cli.BoolFlag + var MetricsFlag = &cli.BoolFlag + var MetricsPort = &cli.IntFlag + var VerbosityFlag = &cli.StringFlag + type Config struct + BlockStorePath string + Chains []RawChainConfig + KeystorePath string + func GetConfig(ctx *cli.Context) (*Config, error) + func NewConfig() *Config + func (c *Config) ToJSON(file string) *os.File + type RawChainConfig struct + Endpoint string + EndpointList []string + From string + Id string + Name string + Opts map[string]string + Symbols []interface{} + Type string