mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 12:07:17 +00:00
d6587ba250
* Simple file renaming to make automated testing easier * Fixing comment
9 lines
511 B
Go
9 lines
511 B
Go
package commands
|
|
|
|
/* future home of tx related eth_ routines */
|
|
|
|
// GetTransactionByHash(ctx context.Context, hash common.Hash) (*RPCTransaction, error)
|
|
// GetTransactionByBlockHashAndIndex(ctx context.Context, blockHash common.Hash, txIndex hexutil.Uint64) (*RPCTransaction, error)
|
|
// GetTransactionByBlockNumberAndIndex(ctx context.Context, blockNr rpc.BlockNumber, txIndex hexutil.Uint) (*RPCTransaction, error)
|
|
// GetTransactionReceipt(ctx context.Context, hash common.Hash) (map[string]interface{}, error)
|