solana/web3.js/src/blockhash.ts

5 lines
71 B
TypeScript

/**
* Blockhash as Base58 string.
*/
export type Blockhash = string;