Preparing search index...
The search index is not available
@pendle/sdk-v2
@pendle/sdk-v2
TransactionResponse
Interface TransactionResponse
interface
TransactionResponse
{
accessList
?:
AccessList
;
blockHash
?:
string
;
blockNumber
?:
number
;
chainId
:
number
;
confirmations
:
number
;
data
:
string
;
from
:
string
;
gasLimit
:
BN
;
gasPrice
?:
BN
;
hash
:
string
;
maxFeePerGas
?:
BN
;
maxPriorityFeePerGas
?:
BN
;
nonce
:
number
;
r
?:
string
;
raw
?:
string
;
s
?:
string
;
timestamp
?:
number
;
to
?:
string
;
type
?:
null
|
number
;
v
?:
number
;
value
:
BN
;
wait
:
(
(
confirmations
?
)
=>
Promise
<
TransactionReceipt
>
)
;
}
Hierarchy
Transaction
TransactionResponse
Index
Properties
access
List?
block
Hash?
block
Number?
chain
Id
confirmations
data
from
gas
Limit
gas
Price?
hash
max
Fee
Per
Gas?
max
Priority
Fee
Per
Gas?
nonce
r?
raw?
s?
timestamp?
to?
type?
v?
value
wait
Properties
Optional
access
List
access
List
?:
AccessList
Optional
block
Hash
block
Hash
?:
string
Optional
block
Number
block
Number
?:
number
chain
Id
chain
Id
:
number
confirmations
confirmations
:
number
data
data
:
string
from
from
:
string
gas
Limit
gas
Limit
:
BN
Optional
gas
Price
gas
Price
?:
BN
hash
hash
:
string
Optional
max
Fee
Per
Gas
max
Fee
Per
Gas
?:
BN
Optional
max
Priority
Fee
Per
Gas
max
Priority
Fee
Per
Gas
?:
BN
nonce
nonce
:
number
Optional
r
r
?:
string
Optional
raw
raw
?:
string
Optional
s
s
?:
string
Optional
timestamp
timestamp
?:
number
Optional
to
to
?:
string
Optional
type
type
?:
null
|
number
Optional
v
v
?:
number
value
value
:
BN
wait
wait
:
(
(
confirmations
?
)
=>
Promise
<
TransactionReceipt
>
)
Type declaration
(
confirmations
?
)
:
Promise
<
TransactionReceipt
>
Parameters
Optional
confirmations
:
number
Returns
Promise
<
TransactionReceipt
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
access
List
block
Hash
block
Number
chain
Id
confirmations
data
from
gas
Limit
gas
Price
hash
max
Fee
Per
Gas
max
Priority
Fee
Per
Gas
nonce
r
raw
s
timestamp
to
type
v
value
wait
@pendle/sdk-v2
FillOrderParamsStruct
IApeStakingABI
IPActionInfoStatic
IPLimitRouter
IPRouterStatic
IPendleFeeDistributorV2
IWETH
IWETH_ABI
LimitOrderDataStruct
LimitOrderMatchedResult
LimitOrderMatcher
LimitOrderRouteSelector
LimitOrderRouteSelectorResult
MarketStateStructOutput
OptimalOutputRouteSelectionResult
OptimalOutputRouteSelector
OrderStatus
OrderStruct
OrderType
PendleERC20
PendleERC20ABI
Loading...
Generated using
TypeDoc