MCPcopy Create free account
hub / github.com/chain/txvm / PushdataBytes

Method PushdataBytes

protocol/txvm/txvmutil/builder.go:98–102  ·  view source on GitHub ↗

PushdataBytes writes instructions to b pushing data onto the stack.

(data []byte)

Source from the content-addressed store, hash-verified

96// PushdataBytes writes instructions to b
97// pushing data onto the stack.
98func (tb *TupleBuilder) PushdataBytes(data []byte) *TupleBuilder {
99 tb.b.PushdataBytes(data)
100 tb.count++
101 return tb
102}
103
104// PushdataByte writes instructions to b,
105// pushing byt onto the stack.

Callers

nothing calls this directly

Calls 1

PushdataBytesMethod · 0.45

Tested by

no test coverage detected