This website requires JavaScript.
Explore
Help
Sign In
kev
/
Onionr
Watch
1
Star
0
Fork
You've already forked Onionr
0
Code
Issues
24
Pull Requests
Projects
Releases
2
Wiki
Activity
a27a5e5a45
Onionr
/
onionr
/
static-data
/
www
/
shared
/
onionrblocks.js
7 lines
104 B
JavaScript
Executable File
Raw
Blame
History
class
Block
{
constructor
(
hash
,
raw
)
{
this
.
hash
=
hash
;
this
.
raw
=
raw
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink