MCPcopy 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
532std::shared_ptr<STTx const>
533Env::tx() const
534{
535 return current()->txRead(txid_).first;
536}
537
538void
539Env::autofillSig(JTx& jt)

Callers 15

doAcceptMethod · 0.80
updateOurPositionsMethod · 0.80
createDisputesMethod · 0.80
updateDisputesMethod · 0.80
testSignAndSubmitMethod · 0.80
verifyDeliveredAmountMethod · 0.80
testXRPDiscrepancyMethod · 0.80
testCreateEnabledMethod · 0.80
testSetEnabledMethod · 0.80
testPaymentMethod · 0.80
testTxJsonMetaFieldsMethod · 0.80
testTxnIdFromIndexMethod · 0.80

Calls 1

txReadMethod · 0.45

Tested by

no test coverage detected