Appends a byte span as a data push (uint8_t overload).

Synopsis

Declared in <script/script.h>

CScript&
operator<<(std::span<value_type const> b);

Return Value

A reference to this script.

Parameters

Name

Description

b

Bytes to push.

Created with MrDocs