solana/web3.js/src/blockhash.js

7 lines
81 B
JavaScript
Raw Normal View History

2019-03-04 08:06:33 -08:00
// @flow
/**
2020-02-14 23:01:01 +08:00
* @typedef {string} Blockhash
2019-03-04 08:06:33 -08:00
*/
export type Blockhash = string;