- The top-level fee fields
fee
,modifiedfee
,ancestorfees
anddescendantfees
returned by RPCsgetmempoolentry
,getrawmempool(verbose=true)
,getmempoolancestors(verbose=true)
andgetmempooldescendants(verbose=true)
are deprecated and will be removed in the next major version (use-deprecated=fees
if needed in this version). The same fee fields can be accessed through thefees
object in the result. WARNING: deprecated fieldsancestorfees
anddescendantfees
are denominated in sats, whereas all fields in thefees
object are denominated in DASH.