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

Method getQuipWalletAddress

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

Source from the content-addressed store, hash-verified

499}
500
501Address QuipFactory::getQuipWalletAddress(const VaultId &vaultId,
502 const Address &to) {
503 return impl_->getQuipWalletAddress(vaultId, to);
504}
505
506Amount QuipFactory::getCreationFee() { return impl_->getCreationFee(); }
507

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected