(data []byte, chunkPerKV, chunkSize uint64)
| 10 | type IProver interface { |
| 11 | GetProof(data []byte, nChunkBits, chunkIdx, chunkSize uint64) ([]byte, error) |
| 12 | GetRoot(data []byte, chunkPerKV, chunkSize uint64) (common.Hash, error) |
| 13 | GetRootWithProof(dataHash common.Hash, chunkIdx uint64, proofs []byte) (common.Hash, error) |
| 14 | } |
no outgoing calls