getLocalNetDispenserAccount
getLocalNetDispenserAccount(
algod,kmd?):Promise<Account>
Defined in: src/localnet/get-localnet-dispenser-account.ts:15
Parameters
algod
AlgodClient
An algod client
kmd?
KmdClient
A KMD client, if not specified then a default KMD client will be loaded from environment variables
Returns
Promise<Account>