Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/types
provider/light_client
NextLightClientBlockResponse
Interface NextLightClientBlockResponse
interface
NextLightClientBlockResponse
{
approvals_after_next
:
string
[]
;
inner_lite
:
BlockHeaderInnerLiteView
;
inner_rest_hash
:
string
;
next_block_inner_hash
:
string
;
next_bps
?:
ValidatorStakeView
[]
;
prev_block_hash
:
string
;
}
Index
Properties
approvals_
after_
next
inner_
lite
inner_
rest_
hash
next_
block_
inner_
hash
next_
bps?
prev_
block_
hash
Properties
approvals_
after_
next
approvals_
after_
next
:
string
[]
inner_
lite
inner_
lite
:
BlockHeaderInnerLiteView
inner_
rest_
hash
inner_
rest_
hash
:
string
next_
block_
inner_
hash
next_
block_
inner_
hash
:
string
Optional
next_
bps
next_
bps
?:
ValidatorStakeView
[]
prev_
block_
hash
prev_
block_
hash
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
approvals_
after_
next
inner_
lite
inner_
rest_
hash
next_
block_
inner_
hash
next_
bps
prev_
block_
hash
Documentation
Loading...