with this code:
let transferTransaction = nem.model.objects.create("transferTransaction")("TDWWYDGQNBKSAJBSHZX7QWVX7WNVAWWB7HGPWRB2", 4300000000000000000000000000000, "Hello World 2");
It is probably an overflow issue, but it should not return “SUCCESS” as the message might be used later for validation of available funds.
That was more my question.