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

Method GetQuorum

protocol/bc/bc.pb.go:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (m *Predicate) GetQuorum() int32 {
124 if m != nil {
125 return m.Quorum
126 }
127 return 0
128}
129
130func (m *Predicate) GetPubkeys() [][]byte {
131 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected