MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / CounterBranch

Method CounterBranch

protocol/claim.go:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (c *Claim) CounterBranch() []*big.Int {
80 if c.pamt == nil {
81 c.buildProofAugTree()
82 }
83 return c.pamt.CounterBranchArray()
84}
85
86func (c *Claim) HashBranch() []*big.Int {
87 if c.pamt == nil {

Callers

nothing calls this directly

Implementers 2

Claimprotocol/claim.go
testClaimprotocol/test_claim.go

Calls 2

buildProofAugTreeMethod · 0.95
CounterBranchArrayMethod · 0.80

Tested by

no test coverage detected