What does `eth_call` do in contrast to `eth_sendTransaction`?
-
A
eth_call simulates a call without modifying state; eth_sendTransaction writes to the chain
-
B
eth_call sends ETH while eth_sendTransaction calls functions
-
C
eth_call requires a signed transaction; eth_sendTransaction does not
-
D
eth_call is deprecated and replaced by eth_sendTransaction