[#CheckMinimalPush] = CheckMinimalPush :mrdocs: Checks whether pushed data uses the minimal encoding for its opcode. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckMinimalPush( std::vector<unsigned char> const& data, xref:opcodetype.adoc[opcodetype] opcode); ---- == Return Value true if `data` is pushed with the minimal opcode and encoding. == Parameters [cols="1,4"] |=== | Name| Description | *data* | The pushed data bytes. | *opcode* | The push opcode used to push `data.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#