We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4476ce commit e16f4beCopy full SHA for e16f4be
CHANGELOG.md
@@ -10,9 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
- Models
11
- Integration Tests
12
- Performance Benchmarks
13
+- Utility functions
14
15
## [[Unreleased]]
16
17
+- add missing NFT request models
18
+- add `parse_nftoken_id` and `get_nftoken_id` utility functions
19
+- complete existing result models and add NFT result models
20
+- add transaction `Metadata` models
21
+- fix serialization issue where null values were tried to be serialized
22
+- fix multisigning bug, because `signing_pub_key` is not set for multisigning but it is required, so it's just an empty string
23
+
24
## [[v0.4.0]]
25
26
- add amm support
0 commit comments