MCPcopy
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

Calls

no outgoing calls