address wallet page by name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { AddressTxSummary, Block, Transaction } from "./electrs.interface";
|
||||
import { AddressTxSummary, Block, ChainStats, Transaction } from "./electrs.interface";
|
||||
|
||||
export interface OptimizedMempoolStats {
|
||||
added: number;
|
||||
@@ -474,5 +474,6 @@ export interface TxResult {
|
||||
export interface WalletAddress {
|
||||
address: string;
|
||||
active: boolean;
|
||||
transactions?: AddressTxSummary[];
|
||||
stats: ChainStats;
|
||||
transactions: AddressTxSummary[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user