fundAccount

open suspend override fun fundAccount(accountAddress: AccountAddressInput, amount: Long, options: WaitForTransactionOptions): Option<TransactionResponse>

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

Parameters

accountAddress

Address of the account to fund

amount

Amount of tokens to fund the account with

options

Configuration options for waitForTransaction