You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{RPCResult::Type::STR, "scriptPubKey", "the script key"},
2881
2881
{RPCResult::Type::STR_AMOUNT, "amount", "the transaction output amount in " + CURRENCY_UNIT},
2882
2882
{RPCResult::Type::NUM, "confirmations", "The number of confirmations"},
2883
+
{RPCResult::Type::NUM, "ancestorcount", /* optional */true, "The number of in-mempool ancestor transactions, including this one (if transaction is in the mempool)"},
2884
+
{RPCResult::Type::NUM, "ancestorsize", /* optional */true, "The virtual transaction size of in-mempool ancestors, including this one (if transaction is in the mempool)"},
2885
+
{RPCResult::Type::STR_AMOUNT, "ancestorfees", /* optional */true, "The total fees of in-mempool ancestors (including this one) with fee deltas used for mining priority in " + CURRENCY_ATOM + " (if transaction is in the mempool)"},
2883
2886
{RPCResult::Type::STR_HEX, "redeemScript", "The redeemScript if scriptPubKey is P2SH"},
2884
2887
{RPCResult::Type::STR, "witnessScript", "witnessScript if the scriptPubKey is P2WSH or P2SH-P2WSH"},
2885
2888
{RPCResult::Type::BOOL, "spendable", "Whether we have the private keys to spend this output"},
0 commit comments