MCPcopy Create free account
hub / github.com/chain/Core / controlProgram

Method controlProgram

protocol/tx_test.go:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (d testDest) controlProgram() ([]byte, error) {
59 pub := d.privKey.Public().(ed25519.PublicKey)
60 return vmutil.P2SPMultiSigProgram([]ed25519.PublicKey{pub}, 1)
61}
62
63type testAsset struct {
64 bc.AssetID

Callers 2

newAssetFunction · 0.80
issueFunction · 0.80

Calls 1

PublicMethod · 0.80

Tested by

no test coverage detected