Expand description
The types in here represent chain-agnostic versions of the data one might fetch or send with the xand-api client. They are not the actual wire types, but are more usable representations.
These may seem to fill the same purpose as xand_models
, but there is an important
distinction. Some things, like petri, need to view a chain-agnostic model of the world, but
cannot depend on the xand-api-client. Hence, the only things that should be put in here are
things that consumers of the client need, but not anything the xand-api
server itself needs.