Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
ChainGrpcInsuranceFundApi
Class ChainGrpcInsuranceFundApi
Hierarchy
ChainGrpcInsuranceFundApi
Index
Constructors
constructor
Properties
client
module
Methods
fetch
Estimated
Redemptions
fetch
Insurance
Fund
fetch
Insurance
Funds
fetch
Module
Params
fetch
Pending
Redemptions
Constructors
constructor
new
Chain
Grpc
Insurance
Fund
Api
(
endpoint
:
string
)
:
ChainGrpcInsuranceFundApi
Parameters
endpoint:
string
Returns
ChainGrpcInsuranceFundApi
Properties
Protected
client
client
:
QueryClientImpl
Protected
module
module
:
string
= ChainModule.InsuranceFund
Methods
fetch
Estimated
Redemptions
fetch
Estimated
Redemptions
(
__namedParameters
:
{
address
:
string
;
marketId
:
string
}
)
:
internal
.
Promise
<
{
amount
:
string
;
denom
:
string
}
[]
>
Parameters
__namedParameters:
{
address
:
string
;
marketId
:
string
}
address
:
string
market
Id
:
string
Returns
internal
.
Promise
<
{
amount
:
string
;
denom
:
string
}
[]
>
fetch
Insurance
Fund
fetch
Insurance
Fund
(
marketId
:
string
)
:
internal
.
Promise
<
InsuranceFund
>
Parameters
marketId:
string
Returns
internal
.
Promise
<
InsuranceFund
>
fetch
Insurance
Funds
fetch
Insurance
Funds
(
)
:
internal
.
Promise
<
InsuranceFund
[]
>
Returns
internal
.
Promise
<
InsuranceFund
[]
>
fetch
Module
Params
fetch
Module
Params
(
)
:
internal
.
Promise
<
InsuranceModuleParams
>
Returns
internal
.
Promise
<
InsuranceModuleParams
>
fetch
Pending
Redemptions
fetch
Pending
Redemptions
(
__namedParameters
:
{
address
:
string
;
marketId
:
string
}
)
:
internal
.
Promise
<
{
amount
:
string
;
denom
:
string
}
[]
>
Parameters
__namedParameters:
{
address
:
string
;
marketId
:
string
}
address
:
string
market
Id
:
string
Returns
internal
.
Promise
<
{
amount
:
string
;
denom
:
string
}
[]
>
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Chain
Grpc
Insurance
Fund
Api
constructor
client
module
fetch
Estimated
Redemptions
fetch
Insurance
Fund
fetch
Insurance
Funds
fetch
Module
Params
fetch
Pending
Redemptions
Generated using
TypeDoc