Magidoc

Block
Object

Fields

#

hash

Non-null

Block hash.

height

Non-null

The block number.

transactions

[ String !]!
Non-null

The list of transaction hashes for the specific block.

timestamp

Non-null

The timestamp for the specific block.

parentHash

Non-null

The parent hash for the specific block.

stateRoot

Non-null

The state root hash for the specific block.

producer

Non-null

The bid (validator) validating for the specific block.

era

Non-null

The era for the specific block.

eraEnd

Non-null

True if block is the end of an era.

raw

Non-null

A string containing the JSON-RPC data of the specific block.

Usages

#

References

#

  • Field searchLatestBlocks from Query