custom dashboard wallet widgets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Block, Transaction } from "./electrs.interface";
|
||||
import { AddressTxSummary, Block, Transaction } from "./electrs.interface";
|
||||
|
||||
export interface OptimizedMempoolStats {
|
||||
added: number;
|
||||
@@ -471,3 +471,8 @@ export interface TxResult {
|
||||
};
|
||||
error?: string;
|
||||
}
|
||||
export interface WalletAddress {
|
||||
address: string;
|
||||
active: boolean;
|
||||
transactions?: AddressTxSummary[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user