7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* @typedef {string} Blockhash
|
|
*/
|
|
export type Blockhash = string;
|