Signs a transaction without sending it to the blockchain.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
signed transaction. This is the raw transaction that can be sent to the rpc node. e.g. input to eth_sendrawtransaction
The response is of type string
.