Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRPLF/rippled
/ tx
Method
tx
src/test/jtx/impl/Env.cpp:532–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
}
531
532
std::shared_ptr<STTx const>
533
Env::tx() const
534
{
535
return current()->txRead(txid_).first;
536
}
537
538
void
539
Env::autofillSig(JTx& jt)
Callers
15
doAccept
Method · 0.80
updateOurPositions
Method · 0.80
createDisputes
Method · 0.80
updateDisputes
Method · 0.80
testSignAndSubmit
Method · 0.80
verifyDeliveredAmount
Method · 0.80
testXRPDiscrepancy
Method · 0.80
testCreateEnabled
Method · 0.80
testSetEnabled
Method · 0.80
testPayment
Method · 0.80
testTxJsonMetaFields
Method · 0.80
testTxnIdFromIndex
Method · 0.80
Calls
1
txRead
Method · 0.45
Tested by
no test coverage detected