Faucet

interface Faucet

Faucet API namespace. This class provides functionality to create and fund accounts.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun fundAccount(accountAddress: AccountAddressInput, amount: Long, options: WaitForTransactionOptions = WaitForTransactionOptions()): Result<TransactionResponse, AptosSdkError>

Requests test coins from the network's Faucet for a given account.