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

Method getTransferFee

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

Source from the content-addressed store, hash-verified

506Amount QuipFactory::getCreationFee() { return impl_->getCreationFee(); }
507
508Amount QuipFactory::getTransferFee() { return impl_->getTransferFee(); }
509
510Amount QuipFactory::getExecuteFee() { return impl_->getExecuteFee(); }
511

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected