Throw error if .find
has payload type and EntityFactory mismatch
#90
Labels
enhancement
New feature or request
.find
has payload type and EntityFactory mismatch
#90
Example:
Assume CID
0x123
responds to payload{ type: 'DataProperty', ...}
.The proposed behavior for
.find('0x123')
is:The point of this is, that you can assert a specific Entity type when using find.
If you want to fetch it without knowing the type of the entity one should call
client.Entity.find
The text was updated successfully, but these errors were encountered: