class Block { constructor(hash, raw) { this.hash = hash; this.raw = raw; } }