pub struct WalletClientImpl { /* private fields */ }
Expand description

Implementations§

Trait Implementations§

| Create new wallet. |
Executes the destructor for this type. Read more
| Save state to disk. | | Alternatively: Make sure all changes are | flushed to database file. |
| Return pointer to internal context, | useful for testing. |
| Return default wallet directory. |
| Return interfaces for accessing wallets | (if any). |
| Register handler for load wallet | messages. This callback is triggered by | createWallet and loadWallet above, and also | triggered when wallets are loaded at | startup or by RPC.
| Return available wallets in wallet | directory. |
| Load saved state. |
| Register rpcs. |
| Set mock time. |
| Start client execution and provide | a scheduler. |
| Shut down client. |
| Check for errors before loading. |
| Load existing wallet. |

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Convert type of a const pointer. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.