Erases the master key with the given id.
Synopsis
Declared in <wallet/walletdb.h>
bool
EraseMasterKey(unsigned int id);
Return Value
true if the record was erased.
Parameters
Name |
Description |
id |
The identifier of the master key to erase. |
Created with MrDocs