mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
export interface BlockCountRPC {
|
|
count: `${number}`,
|
|
unchecked: `${number}`,
|
|
cemented?: `${number}`,
|
|
};
|
|
|