Documentation ¶
Index ¶
- Constants
- Variables
- func CommitteeAPI(indices []int) []string
- func CommitteeAPIConfigVar(i int) string
- func CommitteeNanomsg(indices []int) []string
- func CommitteeNanomsgConfigVar(i int) string
- func CommitteePeering(indices []int) []string
- func CommitteePeeringConfigVar(i int) string
- func FindNodeBy(kind, v string) int
- func GetSCAddress(scAlias string) ledgerstate.Address
- func GoshimmerAPI() string
- func GoshimmerAPIConfigVar() string
- func GoshimmerClient() *goshimmer.Client
- func GoshimmerFaucetPoWTarget() int
- func Init(rootCmd *cobra.Command)
- func Read()
- func Set(key string, value interface{})
- func TrySCAddress(scAlias string) ledgerstate.Address
- func WaspAPI() string
- func WaspClient() *client.WaspClient
- func WaspNanomsg() string
Constants ¶
View Source
const ( HostKindAPI = "api" HostKindPeering = "peering" HostKindNanomsg = "nanomsg" )
Variables ¶
View Source
var ( ConfigPath string WaitForCompletion bool )
Functions ¶
func CommitteeAPI ¶ added in v0.2.0
func CommitteeAPIConfigVar ¶ added in v0.2.0
func CommitteeNanomsg ¶
func CommitteePeering ¶
func FindNodeBy ¶
func GetSCAddress ¶
func GetSCAddress(scAlias string) ledgerstate.Address
func GoshimmerAPI ¶ added in v0.2.0
func GoshimmerAPI() string
func GoshimmerAPIConfigVar ¶ added in v0.2.0
func GoshimmerAPIConfigVar() string
func GoshimmerClient ¶
func GoshimmerFaucetPoWTarget ¶ added in v0.2.0
func GoshimmerFaucetPoWTarget() int
func TrySCAddress ¶
func TrySCAddress(scAlias string) ledgerstate.Address
func WaspClient ¶
func WaspClient() *client.WaspClient
func WaspNanomsg ¶
func WaspNanomsg() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.