client

package
v0.0.0-...-5072f25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Gas:       "auto",
	GasPrices: "0.025uakt",
	ChainID:   "akashnet-2",
	Home:      os.ExpandEnv("$HOME/.akash"),
	Keyring: struct {
		Backend string
		Dir     string
	}{
		Backend: "test",
		Dir:     os.ExpandEnv("$HOME/.akash"),
	},
	Node: "tcp://localhost:26657",
}

DefaultConfig is a default configuration for the client.

Functions

This section is empty.

Types

type Config

type Config struct {
	Gas           string
	GasPrices     string
	GasAdjustment float64
	ChainID       string
	Home          string
	Keyring       struct {
		Backend string
		Dir     string
	}
	// Node defines the URI of the node to connect to.
	Node string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL