Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 8, 2018 15:36
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/17c07317634d51e1360da89c3604ce66 to your computer and use it in GitHub Desktop.
Save daiki44/17c07317634d51e1360da89c3604ce66 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をブロードキャストしてネットワークへ公開する
nem.model.transactions.send(common, transactionEntity, endpoint).then(sendRes => {
console.log('sendRes:', sendRes);
}).catch(sendErr => {
console.log('sendError:', sendErr);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment