| 506 | Amount QuipFactory::getCreationFee() { return impl_->getCreationFee(); } |
| 507 | |
| 508 | Amount QuipFactory::getTransferFee() { return impl_->getTransferFee(); } |
| 509 | |
| 510 | Amount QuipFactory::getExecuteFee() { return impl_->getExecuteFee(); } |
| 511 |
nothing calls this directly
no outgoing calls
no test coverage detected