near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
JsonRpcRequestForSendTx
Type Alias JsonRpcRequestForSendTx
JsonRpcRequest_for_send_tx
type
JsonRpcRequestForSendTx
=
{
id
:
string
;
jsonrpc
:
string
;
method
:
"send_tx"
;
params
:
RpcSendTransactionRequest
;
}
Index
Properties
id
jsonrpc
method
params
Properties
id
id
:
string
jsonrpc
jsonrpc
:
string
method
method
:
"send_tx"
params
params
:
RpcSendTransactionRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
near-api-js - v7.0.4
Loading...
JsonRpcRequest_for_send_tx