Dash Core  0.12.2.1
P2P Digital Currency
keystore.cpp File Reference
#include "keystore.h"
#include "key.h"
#include "pubkey.h"
#include "util.h"
#include <boost/foreach.hpp>

Go to the source code of this file.

Functions

static bool ExtractPubKey (const CScript &dest, CPubKey &pubKeyOut)
 

Function Documentation

◆ ExtractPubKey()

static bool ExtractPubKey ( const CScript dest,
CPubKey pubKeyOut 
)
static

Definition at line 69 of file keystore.cpp.

Referenced by CBasicKeyStore::AddWatchOnly(), and CBasicKeyStore::RemoveWatchOnly().