Package utils

Class FundWallets

java.lang.Object
utils.FundWallets

public class FundWallets extends Object
Utility to fund test wallets.
  • Field Details

  • Constructor Details

    • FundWallets

      public FundWallets()
  • Method Details

    • main

      public static void main(String[] args)
    • fundWallets

      public static void fundWallets(MoneroWallet srcWallet, int numWallets, int numAccounts, int numSubaddressesPerAccount)
      Utility to create and fund test wallets.
      Parameters:
      srcWallet - is the source wallet to fund test wallets with
      numWallets - is the number of wallets to fund
      numAccounts - is the number of accounts to fund in each test wallet
      numSubaddressesPerAccount - is the number of subaddresses to fund in each account (num accounts * num subaddresses must be less than or equal to 16) // TODO: support funding more subaddresses