|
|
|
@ -73,6 +73,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
|
|
|
|
|
bool ExtractDestinations(const CScript& scriptPubKey, txnouttype& typeRet, std::vector<CTxDestination>& addressRet, int& nRequiredRet);
|
|
|
|
|
|
|
|
|
|
CScript GetScriptForDestination(const CTxDestination& dest);
|
|
|
|
|
CScript GetScriptForRawPubKey(const CPubKey& pubkey);
|
|
|
|
|
CScript GetScriptForMultisig(int nRequired, const std::vector<CPubKey>& keys);
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_SCRIPT_STANDARD_H
|
|
|
|
|