|
14 | 14 | * limitations under the License. |
15 | 15 | */ |
16 | 16 |
|
17 | | -import {VerifiableTransaction} from 'nem2-library'; |
18 | | -import {Account} from '../account/Account'; |
19 | | -import {PublicAccount} from '../account/PublicAccount'; |
20 | | -import {NetworkType} from '../blockchain/NetworkType'; |
21 | | -import {UInt64} from '../UInt64'; |
22 | | -import {AggregateTransactionInfo} from './AggregateTransactionInfo'; |
23 | | -import {Deadline} from './Deadline'; |
24 | | -import {InnerTransaction} from './InnerTransaction'; |
25 | | -import {SignedTransaction} from './SignedTransaction'; |
26 | | -import {TransactionInfo} from './TransactionInfo'; |
| 17 | +import { VerifiableTransaction } from 'nem2-library'; |
| 18 | +import { Account } from '../account/Account'; |
| 19 | +import { PublicAccount } from '../account/PublicAccount'; |
| 20 | +import { NetworkType } from '../blockchain/NetworkType'; |
| 21 | +import { UInt64 } from '../UInt64'; |
| 22 | +import { AggregateTransactionInfo } from './AggregateTransactionInfo'; |
| 23 | +import { Deadline } from './Deadline'; |
| 24 | +import { InnerTransaction } from './InnerTransaction'; |
| 25 | +import { SignedTransaction } from './SignedTransaction'; |
| 26 | +import { TransactionInfo } from './TransactionInfo'; |
27 | 27 |
|
28 | 28 | /** |
29 | 29 | * An abstract transaction class that serves as the base class of all NEM transactions. |
@@ -56,7 +56,7 @@ export abstract class Transaction { |
56 | 56 | /** |
57 | 57 | * The deadline to include the transaction. |
58 | 58 | */ |
59 | | - public readonly deadline: Deadline, |
| 59 | + public deadline: Deadline, |
60 | 60 | /** |
61 | 61 | * The fee for the transaction. The higher the fee, the higher the priority of the transaction. |
62 | 62 | * Transactions with high priority get included in a block before transactions with lower priority. |
|
0 commit comments