fix Transaction type
This commit is contained in:
parent
8f6c760122
commit
ae446d7e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export interface Transaction {
|
|||
comment: string;
|
||||
fee: string;
|
||||
isInitiator: boolean;
|
||||
transfers: Transfer[];
|
||||
subtransfers: Transfer[];
|
||||
}
|
||||
|
||||
export interface Wallet {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue