FIx json mode schema

This commit is contained in:
muzam1l
2022-05-30 23:32:53 +05:30
parent ae038f17ff
commit 377c963c7a
4 changed files with 28 additions and 13 deletions

View File

@@ -19,7 +19,8 @@ export interface TransactionState {
txFields: TxFields;
viewType: 'json' | 'ui',
editorSavedValue: null | string,
editorValue?: string
editorValue?: string,
estimatedFee?: string
}