mempoolCoins property

bool mempoolCoins
final

Any Rosetta implementation that can update an AccountIdentifier's unspent coins based on the contents of the mem-pool should populate this field as true. If false, requests to /account/coins that set include_mempool as true will be automatically rejected.

Implementation

final bool mempoolCoins;