(ctx context.Context, txHash common.Hash)
| 21 | |
| 22 | type L1API interface { |
| 23 | TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) |
| 24 | TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) |
| 25 | GetMiningInfo(ctx context.Context, contract common.Address, shardIdx uint64) (*miningInfo, error) |
| 26 | SubmitMinedResult(ctx context.Context, contract common.Address, rst result, config Config) (common.Hash, error) |
no outgoing calls
no test coverage detected