You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2022. It is now read-only.
The naming for the RPC call eth_sendRawTransaction is misleading as this call allows to send a signed transaction. The term raw is used in the context of transactions for unsigned data (raw transaction hash). Changing the RPC name to eth_sendSignedTransaction would make the usage more clear and prevent misuse.
The naming for the RPC call
eth_sendRawTransactionis misleading as this call allows to send a signed transaction. The termrawis used in the context of transactions for unsigned data (raw transaction hash). Changing the RPC name toeth_sendSignedTransactionwould make the usage more clear and prevent misuse.