near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
ChunkHeaderView
Type Alias ChunkHeaderView
Contains main info about the chunk.
type
ChunkHeaderView
=
{
balance_burnt
:
NearToken
;
bandwidth_requests
?:
BandwidthRequests
|
null
;
chunk_hash
:
CryptoHash
;
congestion_info
?:
CongestionInfoView
|
null
;
encoded_length
:
number
;
encoded_merkle_root
:
CryptoHash
;
gas_limit
:
NearGas
;
gas_used
:
NearGas
;
height_created
:
number
;
height_included
:
number
;
outcome_root
:
CryptoHash
;
outgoing_receipts_root
:
CryptoHash
;
prev_block_hash
:
CryptoHash
;
prev_state_root
:
CryptoHash
;
rent_paid
?:
NearToken
;
shard_id
:
ShardId
;
signature
:
Signature
;
tx_root
:
CryptoHash
;
validator_proposals
:
ValidatorStakeView
[]
;
validator_reward
?:
NearToken
;
}
Index
Properties
balance_
burnt
bandwidth_
requests?
chunk_
hash
congestion_
info?
encoded_
length
encoded_
merkle_
root
gas_
limit
gas_
used
height_
created
height_
included
outcome_
root
outgoing_
receipts_
root
prev_
block_
hash
prev_
state_
root
rent_
paid?
shard_
id
signature
tx_
root
validator_
proposals
validator_
reward?
Properties
balance_
burnt
balance_burnt
:
NearToken
Optional
bandwidth_
requests
bandwidth_requests
?:
BandwidthRequests
|
null
chunk_
hash
chunk_hash
:
CryptoHash
Optional
congestion_
info
congestion_info
?:
CongestionInfoView
|
null
encoded_
length
encoded_length
:
number
encoded_
merkle_
root
encoded_merkle_root
:
CryptoHash
gas_
limit
gas_limit
:
NearGas
gas_
used
gas_used
:
NearGas
height_
created
height_created
:
number
height_
included
height_included
:
number
outcome_
root
outcome_root
:
CryptoHash
outgoing_
receipts_
root
outgoing_receipts_root
:
CryptoHash
prev_
block_
hash
prev_block_hash
:
CryptoHash
prev_
state_
root
prev_state_root
:
CryptoHash
Optional
rent_
paid
rent_paid
?:
NearToken
TODO(2271): deprecated.
shard_
id
shard_id
:
ShardId
signature
signature
:
Signature
tx_
root
tx_root
:
CryptoHash
validator_
proposals
validator_proposals
:
ValidatorStakeView
[]
Optional
validator_
reward
validator_reward
?:
NearToken
TODO(2271): deprecated.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance_
burnt
bandwidth_
requests
chunk_
hash
congestion_
info
encoded_
length
encoded_
merkle_
root
gas_
limit
gas_
used
height_
created
height_
included
outcome_
root
outgoing_
receipts_
root
prev_
block_
hash
prev_
state_
root
rent_
paid
shard_
id
signature
tx_
root
validator_
proposals
validator_
reward
near-api-js - v7.0.4
Loading...
Contains main info about the chunk.