mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
the important stuff
This commit is contained in:
6
rpc_types.ts
Normal file
6
rpc_types.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface BlockCountRPC {
|
||||
count: `${number}`,
|
||||
unchecked: `${number}`,
|
||||
cemented?: `${number}`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user