Documentation ¶
Index ¶
Constants ¶
View Source
const PluginName = "ManaInitializer"
PluginName is the name of the profiling plugin.
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration used by the manainitializer plugin.
View Source
var ( // Plugin is the profiling plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶
type ParametersDefinition struct { // FaucetAPI defines API address of the faucet node. FaucetAPI string `default:"http://faucet-01.devnet.shimmer.iota.cafe:8080" usage:"API address of the faucet node"` // Address defines address to request the funds for. By default, the address of the node is used. Address string `usage:"address to request the funds for. By default, the address of the node is used"` }
ParametersDefinition contains the definition of the parameters used by the manainitializer plugin.
Click to show internal directories.
Click to hide internal directories.