UNPKG
quasdeserunt
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
BBAChain Javascript API
github.com/RodrickStamm/quasdeserunt
RodrickStamm/quasdeserunt
quasdeserunt
/
src
/
blockhash.js
7 lines
(5 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
5
6
7
// @flow
/** *
@typedef
{
string
}
Blockhash
*/
export
type
Blockhash
=
string
;