MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetTransaction

Method GetTransaction

src/tx/txmempool.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 CTxMemPoolEntry(const CTxMemPoolEntry &other);
41
42 std::shared_ptr<CBaseTx> GetTransaction() const { return pTx; }
43
44 inline std::pair<TokenSymbol, uint64_t> GetFees() const { return nFees; }
45 inline uint32_t GetTxSize() const { return nTxSize; }

Callers 8

CreateCommonTxMethod · 0.80
CreateRegAcctTxMethod · 0.80
CallContractTxMethod · 0.80
CreateRegScriptTxMethod · 0.80
GetPriorityTxFunction · 0.80
RemoveMethod · 0.80
CheckTxInMemPoolMethod · 0.80
LookupMethod · 0.80

Calls

no outgoing calls

Tested by 4

CreateCommonTxMethod · 0.64
CreateRegAcctTxMethod · 0.64
CallContractTxMethod · 0.64
CreateRegScriptTxMethod · 0.64