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

Method getPqOwner

include/mock_wallet.hpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 Address getPqOwner() override {
64 if (getPqOwnerMock) {
65 return getPqOwnerMock();
66 }
67 return QuipWallet::getPqOwner();
68 }
69
70 Amount getBalance() override {
71 if (getBalanceMock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected