Onionr/onionr/static-data/www/shared/onionrblocks.js
2019-02-02 03:49:11 +00:00

7 lines
104 B
JavaScript

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