Deleted byte‐vector constructor, to defend against future introduction e.g. via prevector.
Synopsis
Declared in <script/script.h>
explicit
CScript(std::vector<unsigned char> const& b) = delete;
Parameters
Name |
Description |
b |
The object to copy construct from |
Created with MrDocs