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

Struct config

protocol/prottest/block.go:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type config struct {
62 store protocol.Store
63 initialState *state.Snapshot
64 pubkeys []ed25519.PublicKey
65 privkeys []ed25519.PrivateKey
66 quorum int
67}
68
69// NewChain makes a new Chain. By default it uses a memstore for
70// storage and creates an initial block using a 0/0 multisig program.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected