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

Method getExecuteFee

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

Source from the content-addressed store, hash-verified

508Amount QuipFactory::getTransferFee() { return impl_->getTransferFee(); }
509
510Amount QuipFactory::getExecuteFee() { return impl_->getExecuteFee(); }
511
512std::vector<Vault> QuipFactory::getVaults(const Address &owner) {
513 return impl_->getVaults(owner);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected