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

Method ToString

src/entities/id.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105string CRegID::ToString() const {
106 // if (IsEmpty())
107 // return string("");
108
109 return strprintf("%d-%d", height, index);
110}
111
112CKeyID CRegID::GetKeyId(const CAccountDBCache &accountCache) const {
113 CKeyID retKeyId;

Callers 5

ToDebugStringMethod · 0.45
ToJsonMethod · 0.45
CheckProposalMethod · 0.45
ExecuteProposalMethod · 0.45
ProcessAxcInFeeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected