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