@ -94,7 +94,7 @@ paths:
- in : query
- in : query
name : tx
name : tx
required : true
required : true
schema :
schema:
type : string
type : string
example : "123"
example : "123"
description : The transaction
description : The transaction
@ -532,7 +532,7 @@ paths:
type : number
type : number
default : 0
default : 0
example : 1
example : 1
description : height to return. If no height is provided, it will fetch the latest block. 0 means latest
description : height to return. If no height is provided, it will fetch the latest block.
tags:
tags:
- Info
- Info
description : |
description : |
@ -557,7 +557,7 @@ paths:
parameters:
parameters:
- in : query
- in : query
name : height
name : height
description : height to return. If no height is provided, it will fetch informations regarding the latest block. 0 means latest
description : height to return. If no height is provided, it will fetch informations regarding the latest block.
schema:
schema:
type : number
type : number
default : 0
default : 0
@ -586,8 +586,8 @@ paths:
parameters:
parameters:
- in : query
- in : query
name : height
name : height
description : height to return. If no height is provided, it will fetch commit informations regarding the latest block. 0 means latest
schema :
description : height to return. If no height is provided, it will fetch commit informations regarding the latest block.
schema:
type : number
type : number
default : 0
default : 0
example : 1
example : 1
@ -615,7 +615,7 @@ paths:
parameters:
parameters:
- in : query
- in : query
name : height
name : height
description : height to return. If no height is provided, it will fetch validato set at the latest block. 0 means latest
description : height to return. If no height is provided, it will fetch validator set which corresponds to the latest block.
schema:
schema:
type : number
type : number
default : 0
default : 0
@ -723,7 +723,7 @@ paths:
parameters:
parameters:
- in : query
- in : query
name : height
name : height
description : height to return. If no height is provided, it will fetch commit informations regarding the latest block. 0 means latest
description : height to return. If no height is provided, it will fetch commit informations regarding the latest block.
schema:
schema:
type : number
type : number
default : 0
default : 0