mempool_coins property

bool mempool_coins
getter/setter pair

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

Implementation

// ignore: non_constant_identifier_names
bool mempool_coins;