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

Method Program

protocol/txvm/introspection.go:38–40  ·  view source on GitHub ↗

Program returns the program bytecode of the VM's current contract.

()

Source from the content-addressed store, hash-verified

36
37// Program returns the program bytecode of the VM's current contract.
38func (vm *VM) Program() []byte {
39 return vm.run.prog
40}

Callers 1

stackHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected