![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <pubkey.h>
#include <script/standard.h>
#include <univalue.h>
#include <boost/variant/static_visitor.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
CPubKey | HexToPubKey (const std::string &hex_in) |
CPubKey | AddrToPubKey (CKeyStore *const keystore, const std::string &addr_in) |
CScript | CreateMultisigRedeemscript (const int required, const std::vector< CPubKey > &pubkeys) |
UniValue | DescribeAddress (const CTxDestination &dest) |
UniValue DescribeAddress | ( | const CTxDestination & | dest | ) |