(ctx context.Context)
| 26 | SubmitMinedResult(ctx context.Context, contract common.Address, rst result, config Config) (common.Hash, error) |
| 27 | GetDataHashes(ctx context.Context, contract common.Address, kvIdxes []uint64) ([]common.Hash, error) |
| 28 | BlockNumber(ctx context.Context) (uint64, error) |
| 29 | } |
| 30 | |
| 31 | type MiningProver interface { |