CDP Frontend SDK
Preparing search index...
@coinbase/cdp-core
SendTransactionRequest
Type Alias SendTransactionRequest
A request to the eth_sendTransaction method.
type
SendTransactionRequest
=
{
method
:
"eth_sendTransaction"
;
params
:
SendTransactionRequestParams
;
}
Index
Properties
method
params
Properties
method
method
:
"eth_sendTransaction"
params
params
:
SendTransactionRequestParams
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
params
CDP Frontend SDK
Loading...
A request to the eth_sendTransaction method.