solana/web3.js/src/blockhash.js
2020-06-14 21:57:04 -07:00

7 lines
81 B
JavaScript

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