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_HEX, "txid", "The transaction hash in hex"},
897
+
{RPCResult::Type::STR_HEX, "wtxid", "The transaction witness hash in hex"},
897
898
{RPCResult::Type::BOOL, "allowed", "If the mempool allows this tx to be inserted"},
898
899
{RPCResult::Type::NUM, "vsize", "Virtual transaction size as defined in BIP 141. This is different from actual serialized size for witness transactions as witness data is discounted (only present when 'allowed' is true)"},
899
900
{RPCResult::Type::OBJ, "fees", "Transaction fees (only present if 'allowed' is true)",
0 commit comments