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
IndexerGrpcInsuranceFundApi
Class IndexerGrpcInsuranceFundApi
Hierarchy
IndexerGrpcInsuranceFundApi
Index
Constructors
constructor
Properties
client
module
Methods
fetch
Insurance
Funds
fetch
Redemptions
Constructors
constructor
new
Indexer
Grpc
Insurance
Fund
Api
(
endpoint
:
string
)
:
IndexerGrpcInsuranceFundApi
Parameters
endpoint:
string
Returns
IndexerGrpcInsuranceFundApi
Properties
Protected
client
client
:
InjectiveInsuranceRPCClientImpl
Protected
module
module
:
string
= IndexerModule.InsuranceFund
Methods
fetch
Insurance
Funds
fetch
Insurance
Funds
(
)
:
internal
.
Promise
<
IndexerInsuranceFund
[]
>
Returns
internal
.
Promise
<
IndexerInsuranceFund
[]
>
fetch
Redemptions
fetch
Redemptions
(
__namedParameters
:
{
address
:
string
;
denom
?:
string
;
status
?:
string
}
)
:
internal
.
Promise
<
Redemption
[]
>
Parameters
__namedParameters:
{
address
:
string
;
denom
?:
string
;
status
?:
string
}
address
:
string
Optional
denom
?:
string
Optional
status
?:
string
Returns
internal
.
Promise
<
Redemption
[]
>
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Indexer
Grpc
Insurance
Fund
Api
constructor
client
module
fetch
Insurance
Funds
fetch
Redemptions
Generated using
TypeDoc