eth_sendPrivateTransaction
eth_sendPrivateTransaction RPC Method
Parameters:
tx - string - The raw signed transaction
maxBlockNumber - string - (optional) The highest block number encoded in hexadecimal value in which the transaction should be included
preferences - object - (optional) The preferences object
fast - boolean - It sends the transaction with fast mode when true
Returns:
result - It is true if the transaction is successfully canceled, otherwise false
Code Examples:
Last updated