Onionr/onionr/static-data/www/shared/onionrblocks.js

7 lines
104 B
JavaScript
Raw Normal View History

2019-02-02 03:49:11 +00:00
class Block {
constructor(hash, raw) {
this.hash = hash;
this.raw = raw;
}
}