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

Method GetKey

src/commons/base58.h:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 K GetKey() {
141 K ret;
142 ret.Decode(&vchData[0], &vchData[Size]);
143 return ret;
144 }
145
146 CCoinExtKeyBase(const K& key) { SetKey(key); }
147

Callers

nothing calls this directly

Calls 1

DecodeMethod · 0.80

Tested by

no test coverage detected