31.0.0-beta.5 (2026-08-12)
Bug Fixes
- ๐ base transferFunds authorization on signing key, add NFT checks (64adfd9)
- ๐ distinguish immediate execution from a pending instruction (9c40cf9)
Features
- ๐ธ allow transferFunds between asset holders on different DIDs (458bfd5)
BREAKING CHANGES
- ๐งจ
Assets.transferFundsreturn type changed from
voidtoInstruction | undefined. It resolves to the pending
Instructionwhen a cross-DID transfer is left awaiting the
receiver's affirmation, andundefinedwhen the transfer settles
immediately (same-DID, or the receiver auto-affirmed).