mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
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)
|