eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)
This commit is contained in:
		
				
					committed by
					
						 Péter Szilágyi
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							e4232c153b
						
					
				
				
					commit
					8812c4d3f9
				
			| @@ -53,9 +53,8 @@ type Backend interface { | ||||
| 	HeaderByNumber(ctx context.Context, number rpc.BlockNumber) (*types.Header, error) | ||||
| 	HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) | ||||
| 	BlockByNumber(ctx context.Context, number rpc.BlockNumber) (*types.Block, error) | ||||
| 	BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) | ||||
| 	StateAndHeaderByNumber(ctx context.Context, number rpc.BlockNumber) (*state.StateDB, *types.Header, error) | ||||
| 	GetHeader(ctx context.Context, hash common.Hash) *types.Header | ||||
| 	GetBlock(ctx context.Context, hash common.Hash) (*types.Block, error) | ||||
| 	GetReceipts(ctx context.Context, hash common.Hash) (types.Receipts, error) | ||||
| 	GetTd(hash common.Hash) *big.Int | ||||
| 	GetEVM(ctx context.Context, msg core.Message, state *state.StateDB, header *types.Header) (*vm.EVM, func() error, error) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user