Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 8, 2018 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiki44/787c4fe7876bd9ed776e67c5c245cdcd to your computer and use it in GitHub Desktop.
Save daiki44/787c4fe7876bd9ed776e67c5c245cdcd to your computer and use it in GitHub Desktop.
【NEM】NEM-sdk を使って特定アドレスへ モザイク を送金する ref: https://daiki-sekiguchi.com/2018/09/08/nem-sdk-mosaic-transaction-send/
// 署名をしてTransactionを送信する準備を完了する
const transactionEntity = nem.model.transactions.prepare('mosaicTransferTransaction')(common, transferTransaction, mosaicDefinitionMetaDataPair, nem.model.network.data.testnet.id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment