Creates a new FaucetTransaction instance. Do not use this method directly - instead, use Address.faucet().
The FaucetTransaction model.
If the model does not exist.
Private
_transactionPrivate
modelReturns the Transaction of the FaucetTransaction.
The Faucet Transaction
Returns the Status of the FaucetTransaction.
The Status of the FaucetTransaction.
Reloads the FaucetTransaction model with the latest data from the server.
The reloaded FaucetTransaction object.
if the API request to get a FaucetTransaction fails.
Waits for the FaucetTransaction to be confirmed on the Network or fail on chain. Waits until the FaucetTransaction is completed or failed on-chain by polling at the given interval. Raises an error if the FaucetTransaction takes longer than the given timeout.
The options to configure the wait function.
The interval to check the status of the FaucetTransaction.
The maximum time to wait for the FaucetTransaction to be confirmed.
The FaucetTransaction object in a terminal state.
if the FaucetTransaction times out.
Represents a transaction from a faucet.