Missing ability to pass datacontenttype in StateTransactionRequest
Open
area/client/state
kind/bug
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
## Expected Behavior
`datacontenttype' value in StateTransactionRequest is settable via the dotnet SDK.
## Actual Behavior
`datacontenttype` is fixed as `text/plain`.
## Steps to Reproduce the Problem
Use the transactions API to save state. Note that the stored `datacontenttype` is always `text/plain`.
More details in the following discord conversation if needed:
https://discord.com/channels/778680217417809931/1139183104074985583/1173491172489044088
## Release Note
RELEASE NOTE:
Contributor guide
Assessment
This issue has not been assessed yet.