-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update nodejs bindings - Change address outputs from an array to a list (object); - Add “id” to Message interface; - Make “confirmed” property in Message interface non-optional; - Add “reattachmentMessageId” to Message interface; - Add “type: ‘Transaction’” to Transaction interface; - Nest “Transaction.essense” into “Transaction.data”; - Make “metadata” in UTXOInput interface non-optional; - Change “is_spent” in UTXOInput interface to “isSpent”; - Add “Indexation” payload to RegularEssence interface; - Add unlock_blocks to Message interface — (TODO) Should be camelCase including public_key prop; - Add Milestone payload interface * feat: make unlock_blocks camelCase * fix (nodejs): address comments - make metadata in UtxoInput interface optional; - make payload in RegularEssence interface optional * chore: add to .changes/ for next release
- Loading branch information
Showing
3 changed files
with
96 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Update nodejs type definitions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters