MCPcopy Create free account
hub / github.com/ElementsProject/elements / setWtx

Method setWtx

src/qt/walletmodeltransaction.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void WalletModelTransaction::setWtx(const CTransactionRef& newTx)
32{
33 wtx = newTx;
34}
35
36unsigned int WalletModelTransaction::getTransactionSize()
37{

Callers 1

sendButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected