Adding miner block reward and fee to block info.

This commit is contained in:
softsimon
2020-03-04 15:10:30 +07:00
parent f71ac67d24
commit 73e24195da
5 changed files with 37 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ export interface Block {
medianFee?: number;
feeRange?: number[];
reward?: number;
}
export interface Address {