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

Struct Builder

protocol/txvm/txvmutil/builder.go:17–19  ·  view source on GitHub ↗

Builder helps programmatically build txvm programs.

Source from the content-addressed store, hash-verified

15
16// Builder helps programmatically build txvm programs.
17type Builder struct {
18 buf bytes.Buffer
19}
20
21// TODO(jackson): Can we make this builder more ergonomic?
22// https://github.com/interstellar/i10r/pull/2790#issuecomment-373210076

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected