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

Method ToString

src/tx/assettx.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183string CUserIssueAssetTx::ToString(CAccountDBCache &accountCache) {
184 return strprintf("txType=%s, hash=%s, ver=%d, txUid=%s, llFees=%ld, valid_height=%d, "
185 "owner_uid=%s, asset_symbol=%s, asset_name=%s, total_supply=%llu, mintable=%d",
186 GetTxType(nTxType), GetHash().ToString(), nVersion, txUid.ToDebugString(), llFees, valid_height,
187 asset.owner_uid.ToDebugString(), asset.asset_symbol, asset.asset_name, asset.total_supply, asset.mintable);
188}
189
190Object CUserIssueAssetTx::ToJson(CCacheWrapper &cw) const {
191 Object result = CBaseTx::ToJson(cw);

Callers 4

AssetToJsonFunction · 0.45
ProcessAssetFeeFunction · 0.45
ExecuteTxMethod · 0.45
ValueToStringMethod · 0.45

Calls 2

GetTxTypeFunction · 0.85
ToDebugStringMethod · 0.80

Tested by

no test coverage detected