Home Reference Source

src/blockhash.js

// @flow

/**
 * @typedef {string} Blockhhash
 */
export type Blockhash = string;