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
Name |
Description |
redeemScript |
The script to add. |
Created with MrDocs