Skip to content

Balance not reflected in Nem block chain #23

@Pawan-Maurya-1

Description

@Pawan-Maurya-1

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions