79453641

Date: 2025-02-20 07:31:09
Score: 1
Natty:
Report link

If setMemo doesn't work, you could try addMemo ie

const createTxn = txBuilder
  .createAccount(createdAccountKeyPair)
  .addMemo(new Memo(MemoText, 'test-memo'))
  .build();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chidiebere Ezeokwelume