Documentation ¶
Index ¶
- Variables
- func AddChain(name, chainID string)
- func AddWaspNode(name, apiURL string)
- func GetAuthTokenForImport() map[string]string
- func GetChain(name string) isc.ChainID
- func GetKeyChain() keychain.KeyChain
- func GetSeedForMigration() string
- func GetTestingSeed() string
- func GetToken(node string) string
- func GetUseLegacyDerivation() bool
- func GetWalletLogLevel() types.ILoggerConfigLevelFilter
- func GetWalletProviderString() string
- func L1APIAddress() string
- func L1FaucetAddress() string
- func L1ParamsExpired() bool
- func LoadL1ParamsFromConfig()
- func MustWaspAPIURL(nodeName string) string
- func NodeAPIURLs(nodeNames []string) []string
- func Read()
- func RefreshL1ParamsFromNode()
- func RemoveSeedForMigration()
- func Set(key string, value interface{})
- func SetTestingSeed(seed string)
- func SetToken(node, token string)
- func SetWalletLogLevel(filter types.ILoggerConfigLevelFilter)
- func SetWalletProviderString(provider string)
- func WaspAPIURL(nodeName string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BaseDir string ConfigPath string WaitForCompletion bool )
Functions ¶
func AddWaspNode ¶
func AddWaspNode(name, apiURL string)
func GetAuthTokenForImport ¶
func GetKeyChain ¶
func GetSeedForMigration ¶
func GetSeedForMigration() string
GetSeedForMigration is used to migrate the seed of the config file to a certain wallet provider.
func GetTestingSeed ¶
func GetTestingSeed() string
func GetUseLegacyDerivation ¶
func GetUseLegacyDerivation() bool
func GetWalletLogLevel ¶
func GetWalletLogLevel() types.ILoggerConfigLevelFilter
func GetWalletProviderString ¶
func GetWalletProviderString() string
func L1APIAddress ¶
func L1APIAddress() string
func L1FaucetAddress ¶
func L1FaucetAddress() string
func L1ParamsExpired ¶
func L1ParamsExpired() bool
func LoadL1ParamsFromConfig ¶
func LoadL1ParamsFromConfig()
func MustWaspAPIURL ¶
func NodeAPIURLs ¶
func RefreshL1ParamsFromNode ¶
func RefreshL1ParamsFromNode()
func RemoveSeedForMigration ¶
func RemoveSeedForMigration()
func SetTestingSeed ¶
func SetTestingSeed(seed string)
func SetWalletLogLevel ¶
func SetWalletLogLevel(filter types.ILoggerConfigLevelFilter)
func SetWalletProviderString ¶
func SetWalletProviderString(provider string)
func WaspAPIURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.