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
IndexerGrpcAuctionApi
Class IndexerGrpcAuctionApi
Hierarchy
IndexerGrpcAuctionApi
Index
Constructors
constructor
Properties
client
module
Methods
fetch
Auction
fetch
Auctions
Constructors
constructor
new
Indexer
Grpc
Auction
Api
(
endpoint
:
string
)
:
IndexerGrpcAuctionApi
Parameters
endpoint:
string
Returns
IndexerGrpcAuctionApi
Properties
Protected
client
client
:
InjectiveAuctionRPCClientImpl
Protected
module
module
:
string
= IndexerModule.Account
Methods
fetch
Auction
fetch
Auction
(
round
?:
number
)
:
internal
.
Promise
<
{
auction
:
Auction
;
bids
:
IndexerBid
[]
}
>
Parameters
Optional
round:
number
Returns
internal
.
Promise
<
{
auction
:
Auction
;
bids
:
IndexerBid
[]
}
>
fetch
Auctions
fetch
Auctions
(
)
:
internal
.
Promise
<
Auction
[]
>
Returns
internal
.
Promise
<
Auction
[]
>
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Indexer
Grpc
Auction
Api
constructor
client
module
fetch
Auction
fetch
Auctions
Generated using
TypeDoc