chain_get_block
This method returns the JSON representation of a Block from the network.
This method will use 15
Compute Units.
Reference: Here
Parameters
block_identifier
-object
the block identifier hash or height [BlockIdentifier]
Returns
api_version
-string
RPC API versionblock
- JSON representation of a block [reference]body
deploy_hashes
- list of hex-encoded Hashesproposer
-string
hex-encoded public key including algorithm tag prefixtransfer_hashes
- list of hex-encoded Hashes
hash
-string
hash of the blockheader
accumulated_seed
-string
accumulated seed hash digestbody_hash
-string
body hash digestera_end
-integer
EraIDera_id
-integer
EraIDheight
-integer
block heightparent_hash
-string
hash of the parent blockprotocol_version
-string
Casper Platform protocol versionrandom_bit
-boolean
randomness bitstate_root_hash
-string
the state root hash digesttimestamp
-string
RFC 3339 timestamp
proofs
- list of proofspublic_key
-string
hex-encoded public key including algorithm tag prefixsignature
-string
hex-encoded cryptographic signature, including the algorithm tag prefix
Last updated