5.0.0-alpha.1 (2023-12-04)
Bug Fixes
- ๐ error when optional arg methods given no args (d02482a)
Features
- ๐ธ add endpoint to retrieve grouped instructions (af80fd5)
- ๐ธ add NFT module (388a572)
- ๐ธ allow registering CustomClaim (e6cfb27)
- ๐ธ get all registered custom claims (#221) (574df13)
- ๐ธ register and get customclaimtype (d595e48)
- ๐ธ support NFTs in /assets endpoints where appropriate (eb9ac00)
- ๐ธ update to sdk@23.0.0-alpha.23 (#214) (e42143e)
BREAKING CHANGES
- ๐งจ InstructionModel leg "amount" is now optional. It will not be present
when the leg is for an NFT
โ Closes: DA-913