BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | List of all members
DummyWalletInit Class Reference
Inheritance diagram for DummyWalletInit:
[legend]
Collaboration diagram for DummyWalletInit:
[legend]

Public Member Functions

bool HasWalletSupport () const override
 Is the wallet component enabled. More...
 
void AddWalletOptions () const override
 Get wallet help string. More...
 
bool ParameterInteraction () const override
 Check wallet parameter interaction. More...
 
void RegisterRPC (CRPCTable &) const override
 Register wallet RPC. More...
 
bool Verify () const override
 Verify wallets. More...
 
bool Open () const override
 Open wallets. More...
 
void Start (CScheduler &scheduler) const override
 Start wallets. More...
 
void Flush () const override
 Flush Wallets. More...
 
void Stop () const override
 Stop Wallets. More...
 
void Close () const override
 Close wallets. More...
 
- Public Member Functions inherited from WalletInitInterface
virtual ~WalletInitInterface ()
 

Detailed Description

Definition at line 11 of file dummywallet.cpp.

Member Function Documentation

◆ AddWalletOptions()

void DummyWalletInit::AddWalletOptions ( ) const
overridevirtual

Get wallet help string.

Implements WalletInitInterface.

Definition at line 26 of file dummywallet.cpp.

Here is the call graph for this function:

◆ Close()

void DummyWalletInit::Close ( ) const
inlineoverridevirtual

Close wallets.

Implements WalletInitInterface.

Definition at line 23 of file dummywallet.cpp.

◆ Flush()

void DummyWalletInit::Flush ( ) const
inlineoverridevirtual

Flush Wallets.

Implements WalletInitInterface.

Definition at line 21 of file dummywallet.cpp.

◆ HasWalletSupport()

bool DummyWalletInit::HasWalletSupport ( ) const
inlineoverridevirtual

Is the wallet component enabled.

Implements WalletInitInterface.

Definition at line 14 of file dummywallet.cpp.

◆ Open()

bool DummyWalletInit::Open ( ) const
inlineoverridevirtual

Open wallets.

Implements WalletInitInterface.

Definition at line 19 of file dummywallet.cpp.

◆ ParameterInteraction()

bool DummyWalletInit::ParameterInteraction ( ) const
inlineoverridevirtual

Check wallet parameter interaction.

Implements WalletInitInterface.

Definition at line 16 of file dummywallet.cpp.

◆ RegisterRPC()

void DummyWalletInit::RegisterRPC ( CRPCTable ) const
inlineoverridevirtual

Register wallet RPC.

Implements WalletInitInterface.

Definition at line 17 of file dummywallet.cpp.

◆ Start()

void DummyWalletInit::Start ( CScheduler scheduler) const
inlineoverridevirtual

Start wallets.

Implements WalletInitInterface.

Definition at line 20 of file dummywallet.cpp.

◆ Stop()

void DummyWalletInit::Stop ( ) const
inlineoverridevirtual

Stop Wallets.

Implements WalletInitInterface.

Definition at line 22 of file dummywallet.cpp.

◆ Verify()

bool DummyWalletInit::Verify ( ) const
inlineoverridevirtual

Verify wallets.

Implements WalletInitInterface.

Definition at line 18 of file dummywallet.cpp.


The documentation for this class was generated from the following file: