TupleBuilder wraps a Builder, exposing only pushdata operations.
| 89 | // TupleBuilder wraps a Builder, exposing only pushdata |
| 90 | // operations. |
| 91 | type TupleBuilder struct { |
| 92 | b *Builder |
| 93 | count int64 |
| 94 | } |
| 95 | |
| 96 | // PushdataBytes writes instructions to b |
| 97 | // pushing data onto the stack. |
nothing calls this directly
no outgoing calls
no test coverage detected