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

Method Dematerialize

protocol/txbuilder/template.go:429–431  ·  view source on GitHub ↗

Dematerialize clears any previous materialization. This is helpful when a change to the template has been made, and it needs to be recognized.

()

Source from the content-addressed store, hash-verified

427// This is helpful when a change to the template has been made,
428// and it needs to be recognized.
429func (tpl *Template) Dematerialize() {
430 tpl.materialization = nil
431}
432
433// materializeTx materializes the template into txvm bytecode.
434//

Callers 2

TestSigBitsFunction · 0.95
TestMultisigFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestSigBitsFunction · 0.76
TestMultisigFunction · 0.76