RPCResult{RPCResult::Type::BOOL,"bip125-replaceable","Whether this transaction could be replaced due to BIP125 (replace-by-fee)"},
RPCResult{RPCResult::Type::BOOL,"bip125-replaceable","Whether this transaction signals BIP125 replaceability or has an unconfirmed ancestor signaling BIP125 replaceability.\n"},
RPCResult{RPCResult::Type::BOOL,"unbroadcast","Whether this transaction is currently unbroadcast (initial broadcast not yet acknowledged by any peers)"},
{RPCResult::Type::NUM_TIME,"time","The transaction time expressed in "+UNIX_EPOCH_TIME+"."},
{RPCResult::Type::NUM_TIME,"timereceived","The time received expressed in "+UNIX_EPOCH_TIME+"."},
{RPCResult::Type::STR,"comment",/*optional=*/true,"If a comment is associated with the transaction, only present if not empty."},
{RPCResult::Type::STR,"bip125-replaceable","(\"yes|no|unknown\") Whether this transaction could be replaced due to BIP125 (replace-by-fee);\n"
"may be unknown for unconfirmed transactions not in the mempool."},
{RPCResult::Type::STR,"bip125-replaceable","(\"yes|no|unknown\") Whether this transaction signals BIP125 replaceability or has an unconfirmed ancestor signaling BIP125 replaceability.\n"
"May be unknown for unconfirmed transactions not in the mempool because their unconfirmed ancestors are unknown."},
{RPCResult::Type::ARR,"parent_descs",/*optional=*/true,"Only if 'category' is 'received'. List of parent descriptors for the scriptPubKey of this coin.",{