coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
327 stars 93 forks source link

/account/balance + /account/coins restricted queries #65

Closed patrick-ogrady closed 4 years ago

patrick-ogrady commented 4 years ago

This PR adds support for specifying that only a subset of balances and coins be returned for a particular AccountIdentifier. This can be particularly effective for a Rosetta Module that supports hundreds of tokens (each requiring a call to the node to get balance)!