5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
/**
|
|
* Blockhash as Base58 string.
|
|
*/
|
|
export type Blockhash = string;
|