Onionr/onionr/static-data/www/shared/onionrblocks.js
2019-02-02 17:10:04 -06:00

7 lines
104 B
JavaScript
Executable File

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