@hashgraph/sdk
Preparing search index...
index
EthereumTransactionDataLegacy
Class EthereumTransactionDataLegacy
Hierarchy (
View Summary
)
EthereumTransactionData
EthereumTransactionDataLegacy
Index
Properties
call
Data
gas
Limit
gas
Price
nonce
r
s
to
v
value
Methods
to
Bytes
to
JSON
to
String
from
Bytes
Properties
call
Data
callData
:
Uint8Array
<
ArrayBufferLike
>
gas
Limit
gasLimit
:
Uint8Array
<
ArrayBufferLike
>
gas
Price
gasPrice
:
Uint8Array
<
ArrayBufferLike
>
nonce
nonce
:
Uint8Array
<
ArrayBufferLike
>
r
r
:
Uint8Array
<
ArrayBufferLike
>
s
s
:
Uint8Array
<
ArrayBufferLike
>
to
to
:
Uint8Array
<
ArrayBufferLike
>
v
v
:
Uint8Array
<
ArrayBufferLike
>
value
value
:
Uint8Array
<
ArrayBufferLike
>
Methods
to
Bytes
toBytes
()
:
Uint8Array
<
ArrayBufferLike
>
Returns
Uint8Array
<
ArrayBufferLike
>
to
JSON
toJSON
()
:
EthereumTransactionDataLegacyJSON
Returns
EthereumTransactionDataLegacyJSON
to
String
toString
()
:
string
Returns
string
Static
from
Bytes
fromBytes
(
bytes
:
Uint8Array
<
ArrayBufferLike
>
)
:
EthereumTransactionData
Parameters
bytes
:
Uint8Array
<
ArrayBufferLike
>
Returns
EthereumTransactionData
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
Data
gas
Limit
gas
Price
nonce
r
s
to
v
value
Methods
to
Bytes
to
JSON
to
String
from
Bytes
@hashgraph/sdk
Loading...