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

Method getVaults

src/quip_factory.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510Amount QuipFactory::getExecuteFee() { return impl_->getExecuteFee(); }
511
512std::vector<Vault> QuipFactory::getVaults(const Address &owner) {
513 return impl_->getVaults(owner);
514}
515
516} // namespace quip

Callers 3

handleTransferMethod · 0.45
handleExecuteMethod · 0.45
handleChangePqOwnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected