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

Method SetSignature

src/persistence/block.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 void SetFuelRate(uint32_t fuelRate) { this->nFuelRate = fuelRate; }
121 const vector<unsigned char> &GetSignature() const { return vSignature; }
122 void SetSignature(const vector<unsigned char> &signature) { this->vSignature = signature; }
123 void ClearSignature() { this->vSignature.clear(); }
124
125 string GetIdStr() {

Callers 3

GetBlockHeaderMethod · 0.45
GetBlockHashMethod · 0.45
GetBlockHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected