cosmpy.aerial.faucet¶
Ledger faucet API interface.
FaucetApi Objects¶
Faucet API.
__
init__
¶
Init faucet API.
Arguments:
net_config
: Ledger network configuration.
Raises:
ValueError
: Network config has no faucet url set
get_
wealth¶
Get wealth from the faucet for the provided address.
Arguments:
address
: the address.
Raises:
RuntimeError
: Unable to create faucet claimRuntimeError
: Failed to check faucet claim statusRuntimeError
: Failed to get wealth for addressValueError
: Faucet claim check timed out