solana/web3.js/src/blockhash.ts

5 lines
71 B
TypeScript
Raw Normal View History

2021-03-14 20:01:35 -07:00
/**
* Blockhash as Base58 string.
*/
export type Blockhash = string;