MCPcopy Create free account
hub / github.com/ElementsProject/elements / getDefaultAddressType

Method getDefaultAddressType

src/wallet/interfaces.cpp:482–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480 return spk_man != nullptr;
481 }
482 OutputType getDefaultAddressType() override { return m_wallet->m_default_address_type; }
483 CAmount getDefaultMaxTxFee() override { return m_wallet->m_default_max_tx_fee; }
484 void remove() override
485 {

Callers 2

setModelMethod · 0.80
GetDefaultAddressTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected