Quick Google found this: https://docs.symbolplatform.com/getting-started/first-application.html Whi

Quick Google found this: https://docs.symbolplatform.com/getting-started/first-application.html Which has
const transferTransaction = TransferTransaction.create(
Deadline.create(epochAdjustment),
recipientAddress,
[new Mosaic(mosaicId, UInt64.fromUint(1))],
PlainMessage.create('enjoy your ticket'),
networkType,
UInt64.fromUint(2000000),
);
const transferTransaction = TransferTransaction.create(
Deadline.create(epochAdjustment),
recipientAddress,
[new Mosaic(mosaicId, UInt64.fromUint(1))],
PlainMessage.create('enjoy your ticket'),
networkType,
UInt64.fromUint(2000000),
);
https://github.com/nemtech/symbol-sdk-typescript-javascript/blob/main/src/infrastructure/transaction/SerializeTransactionToJSON.ts
GitHub
nemtech/symbol-sdk-typescript-javascript
Symbol SDK for TypeScript & JavaScript. Contribute to nemtech/symbol-sdk-typescript-javascript development by creating an account on GitHub.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?