Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ハイパーレジャー HFC を使用してリクエストをブロックチェーンに送信しています。SDK を使用して呼び出しトランザクションを送信した後、トランザクションの uuid を取得するにはどうすればよいですか?
「submitted」イベントを介して返される結果には、トランザクションの uuid が含まれています。例については、以下を参照してください。
var tx = user.invoke(req); tx.on('submitted', function (results) { console.log("uuid=%s", results.uuid); });