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

Method ToString

src/tx/proposaltx.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51string CProposalRequestTx::ToString(CAccountDBCache &accountCache) {
52 string proposalString = proposal.sp_proposal->ToString();
53 return strprintf("%s, proposal={%d}", CBaseTx::ToString(accountCache), proposalString);
54}
55
56Object CProposalRequestTx::ToJson(CCacheWrapper &cw) const {
57

Callers 3

ToJsonMethod · 0.45
CheckTxMethod · 0.45
ExecuteTxMethod · 0.45

Calls 3

GetTxTypeFunction · 0.85
ToStringFunction · 0.70
GetHexMethod · 0.45

Tested by

no test coverage detected