pub async fn request_funds(address: &IotaAddress) -> Result<(), Error>
Expand description
Requests funds from the local IOTA client’s configured faucet.
This behavior can be changed to send funds with local IOTA client’s active address to the given address.
For that the env variable IOTA_IDENTITY_FUND_WITH_ACTIVE_ADDRESS
must be set to true
.
Notice, that this is a setting mostly intended for internal test use and must be used with care.
For details refer to to identity_iota_core
’s README.md.