Immutable Docs
Immutable Hub
Preparing search index...
The search index is not available
@imtbl/sdk - v1.66.0
@imtbl/sdk
x
TransactionResponse
Interface TransactionResponse
interface
TransactionResponse
{
hash
:
string
;
blockNumber
?:
number
;
blockHash
?:
string
;
timestamp
?:
number
;
confirmations
:
number
;
from
:
string
;
raw
?:
string
;
wait
:
(
(
confirmations
?:
number
)
=>
Promise
<
TransactionReceipt
>
)
;
to
?:
string
;
nonce
:
number
;
gasLimit
:
BigNumber
;
gasPrice
?:
BigNumber
;
data
:
string
;
value
:
BigNumber
;
chainId
:
number
;
r
?:
string
;
s
?:
string
;
v
?:
number
;
type
?:
null
|
number
;
accessList
?:
AccessList
;
maxPriorityFeePerGas
?:
BigNumber
;
maxFeePerGas
?:
BigNumber
;
}
Hierarchy
Transaction
TransactionResponse
Index
Properties
hash
block
Number?
block
Hash?
timestamp?
confirmations
from
raw?
wait
to?
nonce
gas
Limit
gas
Price?
data
value
chain
Id
r?
s?
v?
type?
access
List?
max
Priority
Fee
Per
Gas?
max
Fee
Per
Gas?
Properties
hash
hash
:
string
Optional
block
Number
block
Number
?:
number
Optional
block
Hash
block
Hash
?:
string
Optional
timestamp
timestamp
?:
number
confirmations
confirmations
:
number
from
from
:
string
Optional
raw
raw
?:
string
wait
wait
:
(
(
confirmations
?:
number
)
=>
Promise
<
TransactionReceipt
>
)
Optional
to
to
?:
string
nonce
nonce
:
number
gas
Limit
gas
Limit
:
BigNumber
Optional
gas
Price
gas
Price
?:
BigNumber
data
data
:
string
value
value
:
BigNumber
chain
Id
chain
Id
:
number
Optional
r
r
?:
string
Optional
s
s
?:
string
Optional
v
v
?:
number
Optional
type
type
?:
null
|
number
Optional
access
List
access
List
?:
AccessList
Optional
max
Priority
Fee
Per
Gas
max
Priority
Fee
Per
Gas
?:
BigNumber
Optional
max
Fee
Per
Gas
max
Fee
Per
Gas
?:
BigNumber
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hash
block
Number
block
Hash
timestamp
confirmations
from
raw
wait
to
nonce
gas
Limit
gas
Price
data
value
chain
Id
r
s
v
type
access
List
max
Priority
Fee
Per
Gas
max
Fee
Per
Gas
Immutable Docs
Immutable Hub
@imtbl/sdk - v1.66.0
Loading...