Save goggle flags in audit templates & block summaries
This commit is contained in:
@@ -280,7 +280,7 @@ export interface BlockExtended extends IEsploraApi.Block {
|
||||
|
||||
export interface BlockSummary {
|
||||
id: string;
|
||||
transactions: TransactionStripped[];
|
||||
transactions: TransactionClassified[];
|
||||
}
|
||||
|
||||
export interface AuditSummary extends BlockAudit {
|
||||
@@ -288,8 +288,8 @@ export interface AuditSummary extends BlockAudit {
|
||||
size?: number,
|
||||
weight?: number,
|
||||
tx_count?: number,
|
||||
transactions: TransactionStripped[];
|
||||
template?: TransactionStripped[];
|
||||
transactions: TransactionClassified[];
|
||||
template?: TransactionClassified[];
|
||||
}
|
||||
|
||||
export interface BlockPrice {
|
||||
|
||||
Reference in New Issue
Block a user