@@ -41293,7 +41293,7 @@ paths:
41293
41293
- Query
41294
41294
/indexer/version:
41295
41295
get:
41296
- summary: Version queries all the collections of an account
41296
+ summary: Version queries all the versions of the submodules
41297
41297
operationId: Versions
41298
41298
responses:
41299
41299
'200':
@@ -41340,6 +41340,7 @@ paths:
41340
41340
- Query
41341
41341
/indexer/vmtype:
41342
41342
get:
41343
+ summary: VMType queries the type of the Minitia's VM
41343
41344
operationId: VMType
41344
41345
responses:
41345
41346
'200':
@@ -41488,7 +41489,7 @@ paths:
41488
41489
type: string
41489
41490
title: >-
41490
41491
Proposer represents the proposer of a block: for
41491
- minitia, its the L2 operator
41492
+ minitia, it is the L2 operator
41492
41493
title: Block represents a indexed block in a blockchain
41493
41494
pagination:
41494
41495
description: pagination defines the pagination in the response.
@@ -41660,9 +41661,9 @@ paths:
41660
41661
type: string
41661
41662
title: >-
41662
41663
Proposer represents the proposer of a block: for minitia,
41663
- its the L2 operator
41664
+ it is the L2 operator
41664
41665
title: Block represents a indexed block in a blockchain
41665
- description: BlockResponse defines the response for the Blocks RPC.
41666
+ description: BlockResponse defines the response for the Block RPC.
41666
41667
default:
41667
41668
description: An unexpected error response.
41668
41669
schema:
@@ -42203,7 +42204,7 @@ paths:
42203
42204
- Query
42204
42205
/indexer/tx/v1/txs/by_account/{account}:
42205
42206
get:
42206
- summary: TxsByAccount queries all the collections of given account
42207
+ summary: TxsByAccount queries all transactions of given account
42207
42208
operationId: TxsByAccount
42208
42209
responses:
42209
42210
'200':
@@ -42716,7 +42717,7 @@ paths:
42716
42717
- Query
42717
42718
/indexer/tx/v1/txs/by_height/{height}:
42718
42719
get:
42719
- summary: TxsByHeight queries all the collections of given height
42720
+ summary: TxsByHeight queries all transactions of given height
42720
42721
operationId: TxsByHeight
42721
42722
responses:
42722
42723
'200':
@@ -44216,7 +44217,7 @@ paths:
44216
44217
- Query
44217
44218
/indexer/pair/v1/pairs:
44218
44219
get:
44219
- summary: Pairs queries all the collections of an account
44220
+ summary: Pairs queries all the pairs of L1 and L2
44220
44221
operationId: Pairs
44221
44222
responses:
44222
44223
'200':
@@ -70460,7 +70461,7 @@ definitions:
70460
70461
operator_address:
70461
70462
type: string
70462
70463
title: >-
70463
- Proposer represents the proposer of a block: for minitia, its the L2
70464
+ Proposer represents the proposer of a block: for minitia, it is the L2
70464
70465
operator
70465
70466
title: Block represents a indexed block in a blockchain
70466
70467
indexer.block.v1.BlockResponse:
@@ -70523,10 +70524,10 @@ definitions:
70523
70524
operator_address:
70524
70525
type: string
70525
70526
title: >-
70526
- Proposer represents the proposer of a block: for minitia, its the
70527
- L2 operator
70527
+ Proposer represents the proposer of a block: for minitia, it is
70528
+ the L2 operator
70528
70529
title: Block represents a indexed block in a blockchain
70529
- description: BlockResponse defines the response for the Blocks RPC.
70530
+ description: BlockResponse defines the response for the Block RPC.
70530
70531
indexer.block.v1.BlocksResponse:
70531
70532
type: object
70532
70533
properties:
@@ -70589,7 +70590,7 @@ definitions:
70589
70590
operator_address:
70590
70591
type: string
70591
70592
title: >-
70592
- Proposer represents the proposer of a block: for minitia, its
70593
+ Proposer represents the proposer of a block: for minitia, it is
70593
70594
the L2 operator
70594
70595
title: Block represents a indexed block in a blockchain
70595
70596
pagination:
@@ -70627,7 +70628,7 @@ definitions:
70627
70628
operator_address:
70628
70629
type: string
70629
70630
title: >-
70630
- Proposer represents the proposer of a block: for minitia, its the L2
70631
+ Proposer represents the proposer of a block: for minitia, it is the L2
70631
70632
operator
70632
70633
indexer.tx.v1.QueryTxResponse:
70633
70634
type: object
0 commit comments