I'm transferring Nem of First user to Second nem user by using TransferTransactionBuilder. it will create the hash for me. but balance not reflect in Second user account
TransferTransactionBuilder
.sender(new Account(privatekeyPair))
.recipient(new Account(publicKeyPair))
.amount(Amount.fromMicroNem(actualtransferAmount))
.buildAndSendTransaction().getTransactionHash().toString();
I'm transferring Nem of First user to Second nem user by using TransferTransactionBuilder. it will create the hash for me. but balance not reflect in Second user account
TransferTransactionBuilder
.sender(new Account(privatekeyPair))
.recipient(new Account(publicKeyPair))
.amount(Amount.fromMicroNem(actualtransferAmount))
.buildAndSendTransaction().getTransactionHash().toString();