MCPcopy 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
9func NewBuilder() *Builder {
10 return &Builder{}
11}
12
13func (b *Builder) AddInt64(n int64) *Builder {
14 b.Program = append(b.Program, vm.PushdataInt64(n)...)

Callers 2

BlockMultiSigProgramFunction · 0.70
P2SPMultiSigProgramFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected