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

Method GetProgram

protocol/bc/bc.pb.go:310–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func (m *RawTx) GetProgram() []byte {
311 if m != nil {
312 return m.Program
313 }
314 return nil
315}
316
317// RawBlock is a raw block.
318type RawBlock struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected