return"\"size\" : n, (numeric) transaction size in bytes\n"
return"\"size\" : n, (numeric) virtual transaction size as defined in BIP 141. This is different from actual serialized size for witness transactions as witness data is discounted.\n"
"\"fee\" : n, (numeric) transaction fee in "+CURRENCY_UNIT+"\n"
"\"modifiedfee\" : n, (numeric) transaction fee with fee deltas used for mining priority\n"
"\"time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n"
"\"bytes\": xxxxx, (numeric) Sum of all tx sizes\n"
"\"bytes\": xxxxx, (numeric) Sum of all virtual transaction sizes as defined in BIP 141. Differs from actual serialized size because witness data is discounted\n"
"\"usage\": xxxxx, (numeric) Total memory usage for the mempool\n"
"\"maxmempool\": xxxxx, (numeric) Maximum memory usage for the mempool\n"
"\"mempoolminfee\": xxxxx (numeric) Minimum fee for tx to be accepted\n"