Changes
- Add endpoints for querying asset related information
- Query asset issuances, ownerships and possessions by universe index.
- Query asset issuances. Optionally filter by asset name and issuer identity.
- Query asset ownerships and possessions. Asset name and issuer identity are mandatory. Issuer Identity defaults to zero address. Optionally filter by owner identity, ownership managing contract, possessor identity, possession managing contract.
New endpoint URLs:
/assets/issuances/{index}
/assets/issuances
/assets/ownerships/{index}
/assets/ownerships
/assets/possessions/{index}
/assets/possessions