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()): Option<TransactionResponse>

This creates an account if it does not exist and mints the specified amount of coins into that account