Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PluginName is the name of the faucet dApp. PluginName = "Faucet" // CfgFaucetSeed defines the base58 encoded seed the faucet uses. CfgFaucetSeed = "faucet.seed" // CfgFaucetTokensPerRequest defines the amount of tokens the faucet should send for each request. CfgFaucetTokensPerRequest = "faucet.tokensPerRequest" // CfgFaucetMaxTransactionBookedAwaitTimeSeconds defines the time to await for the transaction fulfilling a funding request // to become booked in the value layer. CfgFaucetMaxTransactionBookedAwaitTimeSeconds = "faucet.maxTransactionBookedAwaitTimeSeconds" // CfgFaucetPoWDifficulty defines the PoW difficulty for faucet payloads. CfgFaucetPoWDifficulty = "faucet.powDifficulty" // CfgFaucetBlacklistCapacity holds the maximum amount the address blacklist holds. // An address for which a funding was done in the past is added to the blacklist and eventually is removed from it. CfgFaucetBlacklistCapacity = "faucet.blacklistCapacity" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.