Preparing search index...
The search index is not available
@crownfi/ethereum-rpc-types
@crownfi/ethereum-rpc-types
LegacyTransaction
Interface LegacyTransaction
interface
LegacyTransaction
{
chainId
?:
string
;
gas
:
string
;
gasPrice
:
string
;
input
:
string
;
nonce
:
string
;
to
?:
ToAddress3
;
type
:
string
;
value
:
string
;
}
Index
Properties
chain
Id?
gas
gas
Price
input
nonce
to?
type
value
Properties
Optional
chain
Id
chain
Id
?:
string
gas
gas
:
string
gas
Price
gas
Price
:
string
input
input
:
string
nonce
nonce
:
string
Optional
to
to
?:
ToAddress3
type
type
:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain
Id
gas
gas
Price
input
nonce
to
type
value
@crownfi/ethereum-rpc-types
Loading...