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

Struct TupleBuilder

protocol/txvm/txvmutil/builder.go:91–94  ·  view source on GitHub ↗

TupleBuilder wraps a Builder, exposing only pushdata operations.

Source from the content-addressed store, hash-verified

89// TupleBuilder wraps a Builder, exposing only pushdata
90// operations.
91type TupleBuilder struct {
92 b *Builder
93 count int64
94}
95
96// PushdataBytes writes instructions to b
97// pushing data onto the stack.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected