Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
(d testDest) controlProgram() ([]byte, error) {
59
pub := d.privKey.Public().(ed25519.PublicKey)
60
return
vmutil.P2SPMultiSigProgram([]ed25519.PublicKey{pub}, 1)
61
}
62
63
type
testAsset
struct
{
64
bc.AssetID
Callers
2
newAsset
Function · 0.80
issue
Function · 0.80
Calls
1
Public
Method · 0.80
Tested by
no test coverage detected