8.0.0-beta.2 (2021-08-19)
Bug Fixes
- documents: format documents correctly when adding them to a token (f8931ba)
BREAKING CHANGES
- documents: Make
contentHash
in theTokenDocument
interface optional. This affects the
output oftoken.documents.get
. An error is thrown when adding documents to a token if the content
hash is not a hex string with a 0x prefix