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

Method changePqOwner

src/quip_wallet.cpp:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772bool QuipWallet::changePqOwner(const WinternitzAddress &winternitz_address,
773 const Signature &pq_sig) {
774 return impl_->changePqOwner(winternitz_address, pq_sig);
775}
776
777Address QuipWallet::getPqOwner() { return impl_->getPqOwner(); }
778

Callers 1

handleChangePqOwnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected