Skip to main content
type SendTransactionRequest = {
  method: "eth_sendTransaction";
  params: SendTransactionRequestParams;
};
A request to the eth_sendTransaction method.

Properties

PropertyType
method"eth_sendTransaction"
paramsSendTransactionRequestParams