Package utils
Class FundWallets
java.lang.Object
utils.FundWallets
Utility to fund test wallets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fundWallets
(MoneroWallet srcWallet, int numWallets, int numAccounts, int numSubaddressesPerAccount) Utility to create and fund test wallets.static void
-
Field Details
-
NUM_WALLETS
public static final int NUM_WALLETS- See Also:
-
NUM_ACCOUNTS
public static final int NUM_ACCOUNTS- See Also:
-
NUM_SUBADDRESSES_PER_ACCOUNT
public static final int NUM_SUBADDRESSES_PER_ACCOUNT- See Also:
-
-
Constructor Details
-
FundWallets
public FundWallets()
-
-
Method Details
-
main
-
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 withnumWallets
- is the number of wallets to fundnumAccounts
- is the number of accounts to fund in each test walletnumSubaddressesPerAccount
- 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
-