}
public void sendCoins(String amount, final String sendToAddressString, char[] utf16Password)
throws WrongPasswordException, AddressFormatException, InsufficientMoneyException {
KeyParameter aesKey = null;
try {
BigInteger aToSend = new BigInteger(amount);
Address sendToAddress = new Address(networkParams, sendToAddressString);
final Wallet.SendRequest request = Wallet.SendRequest.to(sendToAddress, aToSend);