Preparing search index...
The search index is not available
@pendle/sdk-v2
@pendle/sdk-v2
BaseWrappedContract
Interface BaseWrappedContract<C>
interface
BaseWrappedContract
<
C
>
{
[ORIGINAL_CONTRACT]
:
Contract
;
address
:
Address
;
callStatic
:
C
[
"callStatic"
]
;
estimateGas
:
C
[
"estimateGas"
]
;
filters
:
C
[
"filters"
]
;
functionFragmentsMapping
:
Record
<
keyof
{
[
K
in
string
|
number
|
symbol
as
string
extends
K
?
never
:
K
]
:
true
}
,
FunctionFragment
>
;
functions
:
C
[
"functions"
]
;
interface
:
Omit
<
C
[
"interface"
]
,
"contractName"
>
;
metaCall
:
{
[
P
in
string
|
number
|
symbol
]
:
MetaMethod
<
C
,
P
>
}
;
multicall
?:
Multicall
;
multicallStatic
:
{
[
P
in
string
|
number
|
symbol
]
:
MulticallStaticMethod
<
C
,
P
>
}
;
populateTransaction
:
C
[
"populateTransaction"
]
;
provider
:
C
[
"provider"
]
;
queryFilter
:
C
[
"queryFilter"
]
;
signer
:
C
[
"signer"
]
;
attach
(
addressOrName
)
:
this
;
connect
(
signerOrProvider
)
:
this
;
}
Type Parameters
C
extends
Contract
=
Contract
Hierarchy (
view full
)
WrappedContractConfig
BaseWrappedContract
Index
Properties
[ORIGINAL_
CONTRACT]
address
call
Static
estimate
Gas
filters
function
Fragments
Mapping
functions
interface
meta
Call
multicall?
multicall
Static
populate
Transaction
provider
query
Filter
signer
Methods
attach
connect
Properties
Readonly
[ORIGINAL_
CONTRACT]
[ORIGINAL_
CONTRACT]
:
Contract
address
address
:
Address
Readonly
call
Static
call
Static
:
C
[
"callStatic"
]
Readonly
estimate
Gas
estimate
Gas
:
C
[
"estimateGas"
]
Readonly
filters
filters
:
C
[
"filters"
]
function
Fragments
Mapping
function
Fragments
Mapping
:
Record
<
keyof
{
[
K
in
string
|
number
|
symbol
as
string
extends
K
?
never
:
K
]
:
true
}
,
FunctionFragment
>
Readonly
functions
functions
:
C
[
"functions"
]
Readonly
interface
interface
:
Omit
<
C
[
"interface"
]
,
"contractName"
>
Readonly
meta
Call
meta
Call
:
{
[
P
in
string
|
number
|
symbol
]
:
MetaMethod
<
C
,
P
>
}
Optional
Readonly
multicall
multicall
?:
Multicall
Readonly
multicall
Static
multicall
Static
:
{
[
P
in
string
|
number
|
symbol
]
:
MulticallStaticMethod
<
C
,
P
>
}
Readonly
populate
Transaction
populate
Transaction
:
C
[
"populateTransaction"
]
provider
provider
:
C
[
"provider"
]
Readonly
query
Filter
query
Filter
:
C
[
"queryFilter"
]
signer
signer
:
C
[
"signer"
]
Methods
attach
attach
(
addressOrName
)
:
this
Parameters
addressOrName
:
string
Returns
this
connect
connect
(
signerOrProvider
)
:
this
Parameters
signerOrProvider
:
string
|
Provider
|
Signer
Returns
this
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
[ORIGINAL_
CONTRACT]
address
call
Static
estimate
Gas
filters
function
Fragments
Mapping
functions
interface
meta
Call
multicall
multicall
Static
populate
Transaction
provider
query
Filter
signer
attach
connect
@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