Merge branch 'master' into mononaut/core-gettxsforblock

This commit is contained in:
softsimon
2024-06-21 08:03:34 +09:00
committed by GitHub
32 changed files with 698 additions and 253 deletions

View File

@@ -31,10 +31,7 @@ export interface AccelerationHistory {
feeDelta: number,
blockHash: string,
blockHeight: number,
pools: {
pool_unique_id: number,
username: string,
}[],
pools: number[];
};
class AccelerationApi {