MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SerializationOp

Method SerializationOp

src/wallet/wallet.h:557–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556 template <typename Stream, typename Operation>
557 inline void SerializationOp(Stream& s, Operation ser_action) {
558 int nVersion = s.GetVersion();
559 if (!(s.GetType() & SER_GETHASH))
560 READWRITE(nVersion);
561 READWRITE(vchPrivKey);
562 READWRITE(nTimeCreated);
563 READWRITE(nTimeExpires);
564 READWRITE(LIMITED_STRING(strComment, 65536));
565 }
566};
567
568/**

Callers

nothing calls this directly

Calls 2

GetVersionMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected