TODO(jackson): Can we make this builder more ergonomic? https://github.com/interstellar/i10r/pull/2790#issuecomment-373210076 Build returns the assembled txvm program.
()
| 23 | |
| 24 | // Build returns the assembled txvm program. |
| 25 | func (b *Builder) Build() []byte { |
| 26 | return b.buf.Bytes() |
| 27 | } |
| 28 | |
| 29 | // PushdataBytes writes instructions to b, |
| 30 | // pushing data onto the stack. |