coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

Add /account/coins Endpoint #64

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

Fixes: #42

This PR introduces the new /account/coins endpoint and removes the coins field from /account/balance. This enables new functionality for UTXO-based blockchains (can now include mempool data when returning an AccountIdentifier's unspent coins) and improves performance on /account/balance because all owned coins no longer need to be returned.