assert(block.header); // an instance of block header, more info below
assert(block.txsvi);
assert(block.txs); // an array of transactions, more info below
```
@ -49,8 +48,8 @@ For more information about the specific properties of a block header please visi
The set of transactions in a block is an array of instances of [Transaction](Transaction.md) and can be explored by iterating on the block's `transactions` member.