Skip to main content Link Menu Expand (external link) Document Search Copy Copied

EgldBlock

Model getters

Method name Return type Description Notes
getNonce() float The block height.
Example: 5440076
[optional]
getRound() float The round number.
Example: 186582
[optional]
getHash() string Hash of the block.
Example: bd2de3618929b696807f6ef8a619f93d29d639aec9277f9c6f8569a8487141b1
[optional]
getPrevBlockHash() string Hash of the previous block.
Example: 2a11aad21e933be58200839ff875f0ca7e955b8c483a0e117cb92409e5d2a5da
[optional]
getEpoch() float An epoch is a sequence of consecutive rounds during which the configuration of the network does not change (currently aprox. 24 hrs in length).
Example: 18
[optional]
getNumTxs() float Number of transactions in current block.
Example: 8
[optional]
getShardBlocks() \Tatum\Model\EgldShardBlock[] Array of shard blocks
Example: null
[optional]
getTransactions() \Tatum\Model\EgldTx[] Array of transactions.
Example: null
[optional]