- Preparing search index...
 
- The search index is not available
 
Lumos 
 
Constructors
constructor
- new RPC(uri): RPC
 
- 
Returns RPC
 
Properties
Private uri
uri: string
Methods
getCells
- getCells<WithData>(searchKey, order, limit, cursor?): Promise<GetLiveCellsResult<WithData>>
 
- 
Type Parameters
- 
WithData extends boolean = true
 
Parameters
- 
searchKey: GetCellsSearchKey<WithData>
 
- 
order: Order
 
- 
limit: string
 
- 
Optional cursor: string
 
 
Returns Promise<GetLiveCellsResult<WithData>>
 
getIndexerInfo
- getIndexerInfo(): Promise<string>
 
- 
Returns Promise<string>
 
getTip
- getTip(): Promise<Tip>
 
- 
Returns Promise<Tip>
 
getTransactions
- getTransactions<Grouped>(searchKey, order, limit, cursor?): Promise<IndexerTransactionList<Grouped>>
 
- 
Type Parameters
- 
Grouped extends boolean = false
 
Parameters
- 
searchKey: GetTransactionsSearchKey<Grouped>
 
- 
order: Order
 
- 
limit: string
 
- 
Optional cursor: string
 
 
Returns Promise<IndexerTransactionList<Grouped>>
 
 
 
 
indexer uri