MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / changePqOwner

Method changePqOwner

include/mock_wallet.hpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool changePqOwner(const PublicKey &pq_pubkey, const Signature &pq_sig,
56 const PrivateKey &private_key) override {
57 if (changePqOwnerMock) {
58 return changePqOwnerMock(pq_pubkey, pq_sig, private_key);
59 }
60 return QuipWallet::changePqOwner(pq_pubkey, pq_sig, private_key);
61 }
62
63 Address getPqOwner() override {
64 if (getPqOwnerMock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected