The AddDataObject API documentation https://app.cryptolens.io/docs/api/v3/AddDataObject states the DataObject.Name can have a maximum of 100 chars while the code comments mentions the max is 10 chars.
|
/// <remarks>Max 10 chars.</remarks> |
Same with the DataObject.StringValue which is 10000 chars in docs vs 100 in code
|
/// A string value (text) to store. Max 100 characters. |