wallet::LegacyDataSPKM::LoadCScript

Adds a CScript to the store

Synopsis

Declared in <wallet/scriptpubkeyman.h>

bool
LoadCScript(CScript const& redeemScript);

Return Value

true if the script was added.

Parameters

NameDescription
redeemScriptThe script to add.