Appends a byte span as a data push, including its size prefix.
Synopsis
Declared in <script/script.h>
CScript&
operator<<(std::span<std::byte const> b);
Return Value
A reference to this script.
Parameters
Name |
Description |
b |
Bytes to push. |
Created with MrDocs