Explorer page with latest blocks. WIP
This commit is contained in:
@@ -7,4 +7,7 @@ export interface AbstractBitcoinApi {
|
||||
getBlockCount(): Promise<number>;
|
||||
getBlock(hash: string): Promise<IBlock>;
|
||||
getBlockHash(height: number): Promise<string>;
|
||||
|
||||
getBlocks(): Promise<string>;
|
||||
getBlocksFromHeight(height: number): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user