We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db5995 commit d85e435Copy full SHA for d85e435
src/model/transaction/AccountPropertyTransaction.ts
@@ -19,7 +19,7 @@ import { PropertyModificationType } from '../account/PropertyModificationType';
19
import { PropertyType } from '../account/PropertyType';
20
import { NetworkType } from '../blockchain/NetworkType';
21
import { MosaicId } from '../mosaic/MosaicId';
22
-import { UInt64 } from '../Uint64';
+import { UInt64 } from '../UInt64';
23
import { AccountPropertyModification } from './AccountPropertyModification';
24
import { Deadline } from './Deadline';
25
import { ModifyAccountPropertyAddressTransaction } from './ModifyAccountPropertyAddressTransaction';
0 commit comments