Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/Core
/ NewBuilder
Function
NewBuilder
protocol/vmutil/builder.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
func
NewBuilder() *Builder {
10
return
&Builder{}
11
}
12
13
func
(b *Builder) AddInt64(n int64) *Builder {
14
b.Program = append(b.Program, vm.PushdataInt64(n)...)
Callers
2
BlockMultiSigProgram
Function · 0.70
P2SPMultiSigProgram
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected