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"},
3067
3067
{RPCResult::Type::STR_AMOUNT, "amount", "the transaction output amount in " + CURRENCY_UNIT},
3068
3068
{RPCResult::Type::NUM, "confirmations", "The number of confirmations"},
3069
+
{RPCResult::Type::NUM, "ancestorcount", /* optional */true, "The number of in-mempool ancestor transactions, including this one (if transaction is in the mempool)"},
3070
+
{RPCResult::Type::NUM, "ancestorsize", /* optional */true, "The virtual transaction size of in-mempool ancestors, including this one (if transaction is in the mempool)"},
3071
+
{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)"},
3069
3072
{RPCResult::Type::STR_HEX, "redeemScript", "The redeemScript if scriptPubKey is P2SH"},
3070
3073
{RPCResult::Type::BOOL, "spendable", "Whether we have the private keys to spend this output"},
3071
3074
{RPCResult::Type::BOOL, "solvable", "Whether we know how to spend this output, ignoring the lack of keys"},
0 commit comments