Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ApeWorX/web3.py
/ send_transaction
Method
send_transaction
web3/eth/eth.py:388–389 ·
view source on GitHub ↗
(self, transaction: TxParams)
Source
from the content-addressed store, hash-verified
386
)
387
388
def
send_transaction(self, transaction: TxParams) -> HexBytes:
389
return
self._send_transaction(transaction)
390
391
# eth_sendRawTransaction
392
Callers
15
main
Function · 0.45
replace_transaction
Function · 0.45
async_replace_transaction
Function · 0.45
send_tx
Method · 0.45
test_eth_send_transaction_legacy
Method · 0.45
test_eth_modify_transaction_legacy
Method · 0.45
test_eth_modify_transaction
Method · 0.45
test_eth_send_transaction
Method · 0.45
test_eth_send_transaction_default_fees
Method · 0.45
test_eth_send_transaction_hex_fees
Method · 0.45
test_eth_send_transaction_no_gas
Method · 0.45
test_eth_send_transaction_with_gas_price
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_eth_send_transaction_legacy
Method · 0.36
test_eth_modify_transaction_legacy
Method · 0.36
test_eth_modify_transaction
Method · 0.36
test_eth_send_transaction
Method · 0.36
test_eth_send_transaction_default_fees
Method · 0.36
test_eth_send_transaction_hex_fees
Method · 0.36
test_eth_send_transaction_no_gas
Method · 0.36
test_eth_send_transaction_with_gas_price
Method · 0.36
test_eth_send_transaction_no_priority_fee
Method · 0.36
test_eth_send_transaction_no_max_fee
Method · 0.36
test_eth_send_transaction_max_fee_less_than_tip
Method · 0.36
test_validation_middleware_chain_id_mismatch
Method · 0.36